From 09802b52b58287c5174a331fb434027f81568bda Mon Sep 17 00:00:00 2001 From: Marcelo Fabri Date: Thu, 22 Dec 2016 21:21:49 -0200 Subject: [PATCH] Changelog position --- CHANGELOG.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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.