Skip to content

Commit 26535b4

Browse files
author
Kapil Borle
committed
Update changelog
1 parent cca9a2d commit 26535b4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.MD

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## [1.11.1](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.11.1) - 2017-04-04
1+
## [1.12.0](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.11.1) - 2017-05-09
2+
3+
### Added
4+
- [PSAlignAssignmentRuleStatement](https://github.com/PowerShell/PSScriptAnalyzer/blob/cca9a2d7ee35be7322f8c5a09b6c500a0a8bd101/RuleDocumentation/AlignAssignmentStatement.md) rule to align assignment statements in property value pairs (#753).
5+
6+
### Fixed
7+
- `PSAvoidGlobalVars` rule to ignore `$global:lastexitcode` (#752).
8+
- `PSUseConsistentIndentation` to account for backtick on preceding line (#749).
9+
- `PSPlaceCloseBrace` to ignore one-line blocks when `NewLineAfter` switch is on (#748).
10+
11+
## [1.11.1](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.11.1) - 2017-04-04
212
### Fixed
313
- CodeFormatting settings file (#727, #728).
414
- Whitelisted aliases comparison in AvoidUsingCmdletAliases rule (#739).

0 commit comments

Comments
 (0)