Skip to content

Commit e787dee

Browse files
author
Kapil Borle
committed
Update changelog
1 parent 6aaa6f4 commit e787dee

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.MD

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
## [1.11.0](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.11.0) - 2017-03-01
1+
## [1.11.1](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.11.1) - 2017-04-04
2+
### Fixed
3+
- CodeFormatting settings file (#727, #728).
4+
- Whitelisted aliases comparison in AvoidUsingCmdletAliases rule (#739).
5+
- PlaceCloseBrace rule behavior for NewLineAfter option (#741).
6+
- UseConsistentIndentation rule to ignore open brace in magic methods (#744).
7+
8+
## [1.11.0](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.11.0) - 2017-03-01
29
### Added
310
- Built-in settings presets to specify settings from command line (#717). Currently, PSSA ships with `PSGallery`, `CodeFormatting`, `DSC`, and other settings presets. All of them can be found in the `Settings/` directory in the module. To use them just pass them as an argument to the `Settings` parameter. For example, if you want to run rules that *powershellgallery* runs, then use the following command.
411
```powershell

0 commit comments

Comments
 (0)