Skip to content

Commit 642c2da

Browse files
author
Kapil Borle
committed
Update changelog for v1.9.0 release
1 parent 99f0b6b commit 642c2da

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.MD

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## [unreleased](https://github.com/PowerShell/PSScriptAnalyzer/tree/development)
1+
## [1.9.0](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.9.0) - 2016-11-23
2+
### Added
3+
- SuggestedCorrections for ScriptDefinition input (#665)
4+
- [PSAvoidGlobalAliases](https://github.com/PowerShell/PSScriptAnalyzer/blob/278d4fdc56f2c630661b39d242d958f204b69a06/RuleDocumentation/AvoidGlobalAliases.md) and [PSAvoidGlobalFunction](https://github.com/PowerShell/PSScriptAnalyzer/blob/278d4fdc56f2c630661b39d242d958f204b69a06/RuleDocumentation/AvoidGlobalFunctions.md) rules (#658)
5+
26
### Fixed
37
- Regular expression in `target` parameter in SuppressMessageAttribute (#638)
48
- Filtering on severity level for DSC rules (#642)
@@ -9,6 +13,11 @@
913
- PSUseDeclaredVarsMoreThanAssignments rule to ignore the following special variables (#653)
1014
+ `$PSModuleAutoLoadingPreference`
1115
+ `$InformationPreference`
16+
- PSShouldProcess rule to not enforce `SupportsShouldProcess` if a function calls built-in cmdlet or function that calls `ShouldProcess` (#652).
17+
- PSShouldProcess rule violation extent (#668)
18+
- PSAvoidUsingCmdletAliases rule violation extent (667)
19+
- Column header of `Invoke-ScriptAnalyzer` to be consistent with corresponding property names (#664)
20+
- `ScriptPath` property of external rule violation (#649)
1221

1322
## [1.8.1](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.8.1) - 2016-10-13
1423
### Added

0 commit comments

Comments
 (0)