diff --git a/CHANGELOG.md b/CHANGELOG.md index 69d6e2666f..0779350670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,10 @@ [Cihat Gündüz](https://github.com/Dschee) [#2425](https://github.com/realm/SwiftLint/issues/2425) +* Only mark custom rules as 'enabled in your config' in the output of the + `rules` command when there are one or more configured custom rules. + [jhildensperger](https://github.com/jhildensperger) + ## 0.29.0: A Laundry List of Changes #### Breaking @@ -258,8 +262,6 @@ This is the last release to support building with Swift 4.0 and Swift 4.1. hexadecimal integer literals. [Timofey Solonin](https://github.com/biboran) [#2423](https://github.com/realm/SwiftLint/issues/2423) -* Only mark custom rules as 'enabled in your config' when custom rules are configured. - [jhildensperger](https://github.com/jhildensperger) ## 0.27.0: Heavy Duty