This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.
Changelog 1.19.0 update (#1467)
* Changelog for 1.19.0
* Add recently merged PR 1447
* Update changelog with recent merges and use sub-headings for formatter section
* Apply suggestions from code review
Co-Authored-By: Robert Holt <rjmholt@gmail.com>
Co-authored-by: Christoph Bergmeister <christoph.bergmeister@bjss.com>
Co-authored-by: Robert Holt <rjmholt@gmail.com>
Update PossibleIncorrectComparisonWithNull.md (#733)
* Update PossibleIncorrectComparisonWithNull.md
This is technically more accurate. PowerShell doesn't check for a $null in the array as was previously indicated.
* Update PossibleIncorrectComparisonWithNull.md
Revised description based on comments.