From 208b2b2b80d81f517df69aab74c5d596bb6ea1cd Mon Sep 17 00:00:00 2001 From: JP Simard Date: Mon, 9 Jan 2017 16:30:02 -0800 Subject: [PATCH] add umbrella entry to breaking changes in changelog for Swift 3 API Guidelines --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb653af80..aeb86ae30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.