Skip to content

Commit

Permalink
Move changelog entries to new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Aug 3, 2018
1 parent bb30b45 commit 8df61bf
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@

#### Enhancements

* None.
* Add new opt-in rule `file_types_order` to specify how the types in a file
should be sorted.
[Cihat Gündüz](https://github.com/Dschee)
[#2294](https://github.com/realm/SwiftLint/issues/2294)

* Add new opt-in rule `type_contents_order` to specify the order of subtypes,
properties, methods & more within a type.
[Cihat Gündüz](https://github.com/Dschee)
[#2294](https://github.com/realm/SwiftLint/issues/2294)

#### Bug Fixes

Expand Down Expand Up @@ -47,16 +55,6 @@
[Cihat Gündüz](https://github.com/Dschee)
[#2309](https://github.com/realm/SwiftLint/issues/2309)

* Add new opt-in rule `file_types_order` to specify how the types in a file
should be sorted.
[Cihat Gündüz](https://github.com/Dschee)
[#2294](https://github.com/realm/SwiftLint/issues/2294)

* Add new opt-in rule `type_contents_order` to specify the order of subtypes,
properties, methods & more within a type.
[Cihat Gündüz](https://github.com/Dschee)
[#2294](https://github.com/realm/SwiftLint/issues/2294)

* Add new bool config option `if_only` to rule `conditional_returns_on_newline`
to specify that the rule should only be applied to `if` statements.
[Cihat Gündüz](https://github.com/Dschee)
Expand Down

0 comments on commit 8df61bf

Please sign in to comment.