Skip to content

Commit d0bc532

Browse files
author
Kapil Borle
committed
Update CHANGELOG for next release
1 parent abd7cb7 commit d0bc532

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.MD

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## Release v1.6.1
2+
3+
Here are some improvements since the last release.
4+
5+
- Fix `SaveDscDependency` switch implementation, which use fail if more than one parameter is given to `Import-DSCResource` dynamic keyword.
6+
- Add support for external AST based rule suppression
7+
- Fix rule suppression caused by inavlid offsets
8+
- Whitelist `Data` in `PSUseSingularNoun` rule
9+
- Fix rule documentation of `PSDSCExamplesPresent`
10+
- Fix false positives caused by PSD1 files which are not module manifests
11+
- affects `PSUseToExportFieldsInManifest`, `PSMissingModuleManifestField` and `PSAvoidUsingDeprecatedManifestFields` rules
12+
- Use PlatyPS for generating MAML based documentation
13+
- Add build script to automate building and testing the solution
14+
15+
A big **Thank You!** to the following folks for making PSScriptAnalyzer even better:
16+
- [Kieran Jacobsen (@kjacobsen)](https://github.com/PowerShell/PSScriptAnalyzer/commits/development?author=kjacobsen): Fix rule documentation of `PSDSCExamplesPresent` [PR #591](https://github.com/PowerShell/PSScriptAnalyzer/pull/591)
17+
- [Charlie Schmidt (@charlieschmidt)](https://github.com/PowerShell/PSScriptAnalyzer/commits/development?author=charlieschmidt): Suppress External Rules [PR #585](https://github.com/PowerShell/PSScriptAnalyzer/pull/585)
18+
- [June Blender (@juneb)](https://github.com/PowerShell/PSScriptAnalyzer/commits/development?author=juneb): Add tests for module help [058f65e1](https://github.com/PowerShell/PSScriptAnalyzer/commit/058f65e1f6278222378fedf444eecb2e32865b1e)
19+
- [Shayde Nofziger (@Blackbaud-ShaydeNofziger)](https://github.com/PowerShell/PSScriptAnalyzer/commits/development?author=Blackbaud-ShaydeNofziger): Fix rule name typo and comment [PR #560](https://github.com/PowerShell/PSScriptAnalyzer/pull/560)
20+
121
## Release v1.6.0
222

323
### Engine

0 commit comments

Comments
 (0)