Changelog position

This commit is contained in:
Marcelo Fabri
2016-12-22 21:21:49 -02:00
parent d480c865bd
commit 09802b52b5
+4 -6
View File
@@ -6,7 +6,10 @@
##### Enhancements
* None.
* Add `vertical_parameter_alignment` rule that checks if parameters are
vertically aligned if there're line breaks in a function declaration.
[Marcelo Fabri](https://github.com/marcelofabri)
[#1033](https://github.com/realm/SwiftLint/issues/1033)
##### Bug Fixes
@@ -53,11 +56,6 @@
[Marcelo Fabri](https://github.com/marcelofabri)
[#1005](https://github.com/realm/SwiftLint/issues/1005)
* Add `vertical_parameter_alignment` rule that checks if parameters are
vertically aligned if there're line breaks in a function declaration.
[Marcelo Fabri](https://github.com/marcelofabri)
[#1033](https://github.com/realm/SwiftLint/issues/1033)
##### Bug Fixes
* `FunctionParameterCountRule` also ignores generic initializers.