add umbrella entry to breaking changes in changelog for Swift 3 API Guidelines

This commit is contained in:
JP Simard
2017-01-09 16:30:02 -08:00
parent 7fb1875613
commit 208b2b2b80
+6 -4
View File
@@ -2,10 +2,8 @@
##### Breaking
* Change the signature of `Configuration` initializers to support
rule aliases.
[Marcelo Fabri](https://github.com/marcelofabri)
[#973](https://github.com/realm/SwiftLint/issues/973)
* Several API breaking changes were made to conform to the Swift 3 API Design
Guidelines. We apologize for any inconvenience this may have caused.
##### Enhancements
@@ -117,6 +115,10 @@
[JP Simard](https://github.com/jpsim)
[#221](https://github.com/realm/SwiftLint/issues/221)
* Add internal support for deprecated rule aliases.
[Marcelo Fabri](https://github.com/marcelofabri)
[#973](https://github.com/realm/SwiftLint/issues/973)
##### Bug Fixes
* Ignore close parentheses on `vertical_parameter_alignment` rule.