From b68f11e569b3361d3b4e9d5624eae1cdf23c5879 Mon Sep 17 00:00:00 2001 From: Bernie White Date: Wed, 27 Mar 2019 20:04:54 +1000 Subject: [PATCH] Update change log for release (#118) --- CHANGELOG.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b077f0c9b..8af0dcc836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ ## Unreleased -- Fix summary is not correctly serialized with JSON or YAML output format [#116](https://github.com/BernieWhite/PSRule/issues/116) -- Fix missing properties on serialized YAML output [#115](https://github.com/BernieWhite/PSRule/issues/115) -- Fix incorrect property name case of YAML serialized results [#114](https://github.com/BernieWhite/PSRule/issues/114) +## v0.4.0-B190328 (pre-release) + +- Fix summary is not correctly serialized with JSON or YAML output format. [#116](https://github.com/BernieWhite/PSRule/issues/116) +- Fix missing properties on serialized YAML output. [#115](https://github.com/BernieWhite/PSRule/issues/115) +- Fix incorrect property name case of YAML serialized results. [#114](https://github.com/BernieWhite/PSRule/issues/114) ## v0.4.0-B190320 (pre-release) @@ -15,8 +17,8 @@ - Added support for using `-InputPath` instead of using `-InputObject` to handle serialized objects. [#106](https://github.com/BernieWhite/PSRule/issues/106) - `-Format` is automatically detected for `.yaml`, `.yml` and `.json` file extensions. - Added `-OutputFormat` parameter to serialize output from `Invoke-PSRule`. [#29](https://github.com/BernieWhite/PSRule/issues/29) -- Added support for logging pass or fail outcomes to a data stream such as Error, Warning or Information [#97](https://github.com/BernieWhite/PSRule/issues/97) -- **Breaking change** - Deprecated usage of the `-TargetName` parameter on the `Hint` keyword has been removed [#81](https://github.com/BernieWhite/PSRule/issues/81) +- Added support for logging pass or fail outcomes to a data stream such as Error, Warning or Information. [#97](https://github.com/BernieWhite/PSRule/issues/97) +- **Breaking change** - Deprecated usage of the `-TargetName` parameter on the `Hint` keyword has been removed. [#81](https://github.com/BernieWhite/PSRule/issues/81) ## v0.3.0