Skip to content

Commit

Permalink
Fix changelog issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Jan 8, 2018
1 parent 90529dc commit 85eb72c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
conditional statement.
[Daniel Metzing](https://github.com/dirtydanee)
[#1924](https://github.com/realm/SwiftLint/issues/1924)

* Indentation can now be specified via a configuration file.
[Noah McCann](https://github.com/nmccann)
[RubenSandwich](https://github.com/RubenSandwich)
Expand All @@ -40,6 +40,10 @@
[Ornithologist Coder](https://github.com/ornithocoder)
[#1907](https://github.com/realm/SwiftLint/issues/1907)

* Added `explicit_acl` opt-in rule to enforce explicit access control levels.
[Josep Rodriguez](https://github.com/joseprl89)
[#1822](https://github.com/realm/SwiftLint/issues/1649)

##### Bug Fixes

* Fix false positives in `control_statement` rule when methods with keyword
Expand Down Expand Up @@ -117,10 +121,6 @@
[JP Simard](https://github.com/jpsim)
[#1822](https://github.com/realm/SwiftLint/issues/1822)

* Added `explicit_acl` which enforces explicit access control levels.
[Josep Rodriguez](https://github.com/joseprl89)
[#1822](https://github.com/realm/SwiftLint/issues/1649)

##### Bug Fixes

* Extend `first_where` and `contains_over_first_not_nil` rules to also detect
Expand Down

0 comments on commit 85eb72c

Please sign in to comment.