From b49afae7dc2371f16bb5e2182e852bc8aa978e73 Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Thu, 21 Mar 2019 23:45:51 +0000 Subject: [PATCH 1/2] Set Date of 1.18.0 release in Changelog --- CHANGELOG.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index f504f201b..c81d67094 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,6 +1,6 @@ # CHANGELOG -## [1.18.0](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.18.0) - 2019-03-?? +## [1.18.0](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.18.0) - 2019-03-21 ### Breaking Changes From 706e5b03dd3677acea5f9adbad63365f5a24a6dc Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Fri, 22 Mar 2019 16:06:37 +0000 Subject: [PATCH 2/2] Add PR 1179 to changelog as well --- CHANGELOG.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index c81d67094..85fdea432 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -20,7 +20,7 @@ - Add command data file for PowerShell `2.0` (#1091) (by @bergmeister) - Add command data files of PowerShell `6.1.0` (#1075) (by @bergmeister) -- New PowerShell compatibility rules: `UseCompatibleCommands`, `UseCompatibleSyntax` and `UseCompatibleTypes` (#1156, #1133 and #1176) (by @rjmholt and @JamesWTruher) +- New PowerShell compatibility rules: `UseCompatibleCommands`, `UseCompatibleSyntax` and `UseCompatibleTypes` (#1156, #1133, #1176 and #1179) (by @rjmholt and @JamesWTruher) - Make `PossibleIncorrectComparisonWithNull` rule return a `SuggestCorrection` for auto-fixes in VS-Code or via the -Fix switch (#1115) (by @bergmeister) - Make UseCompatibleCmdlets not throw if default reference desktop-5.1.14393.206-windows is specified in the list of platforms and use core-6.1.0-windows as an alternative default reference (#1043 and #1075) (by @bergmeister)