diff --git a/CHANGELOG.md b/CHANGELOG.md index 0311cab7e..1b149654d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.