Skip to content

Commit b68f11e

Browse files
authored
Update change log for release (#118)
1 parent 0346927 commit b68f11e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Diff for: CHANGELOG.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11

22
## Unreleased
33

4-
- Fix summary is not correctly serialized with JSON or YAML output format [#116](https://github.com/BernieWhite/PSRule/issues/116)
5-
- Fix missing properties on serialized YAML output [#115](https://github.com/BernieWhite/PSRule/issues/115)
6-
- Fix incorrect property name case of YAML serialized results [#114](https://github.com/BernieWhite/PSRule/issues/114)
4+
## v0.4.0-B190328 (pre-release)
5+
6+
- Fix summary is not correctly serialized with JSON or YAML output format. [#116](https://github.com/BernieWhite/PSRule/issues/116)
7+
- Fix missing properties on serialized YAML output. [#115](https://github.com/BernieWhite/PSRule/issues/115)
8+
- Fix incorrect property name case of YAML serialized results. [#114](https://github.com/BernieWhite/PSRule/issues/114)
79

810
## v0.4.0-B190320 (pre-release)
911

@@ -15,8 +17,8 @@
1517
- Added support for using `-InputPath` instead of using `-InputObject` to handle serialized objects. [#106](https://github.com/BernieWhite/PSRule/issues/106)
1618
- `-Format` is automatically detected for `.yaml`, `.yml` and `.json` file extensions.
1719
- Added `-OutputFormat` parameter to serialize output from `Invoke-PSRule`. [#29](https://github.com/BernieWhite/PSRule/issues/29)
18-
- 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)
19-
- **Breaking change** - Deprecated usage of the `-TargetName` parameter on the `Hint` keyword has been removed [#81](https://github.com/BernieWhite/PSRule/issues/81)
20+
- 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)
21+
- **Breaking change** - Deprecated usage of the `-TargetName` parameter on the `Hint` keyword has been removed. [#81](https://github.com/BernieWhite/PSRule/issues/81)
2022

2123
## v0.3.0
2224

0 commit comments

Comments
 (0)