From 9ea46833a9be5012cd7b0807fde71c992dc8cabe Mon Sep 17 00:00:00 2001 From: Bernie White Date: Sat, 27 Aug 2022 01:10:31 +1000 Subject: [PATCH] Pre-release v2.4.0-B0063 --- docs/CHANGELOG-v2.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG-v2.md b/docs/CHANGELOG-v2.md index e78cdb6676..21228b5a69 100644 --- a/docs/CHANGELOG-v2.md +++ b/docs/CHANGELOG-v2.md @@ -23,10 +23,12 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers ## Unreleased +## v2.4.0-B0063 (pre-release) + What's changed since pre-release v2.4.0-B0039: - New features: - - **Experimental**: Added support for sub-selectors YAML and JSON expressions by @BernieWhite. + - **Experimental**: Added support for sub-selector YAML and JSON expressions by @BernieWhite. [#1024](https://github.com/microsoft/PSRule/issues/1024) [#1045](https://github.com/microsoft/PSRule/issues/1045) - Sub-selector pre-conditions add an additional expression to determine if a rule is executed.