Skip to content

Commit

Permalink
Fix CHANGELOG.md position after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Dec 11, 2018
1 parent 74ac67b commit ddd483a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@
attribute.
[Kim de Vos](https://github.com/kimdv)
[#2282](https://github.com/realm/SwiftLint/issues/2282)
* 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 @@ -296,15 +305,6 @@ This is the last release to support building with Swift 4.0 and Swift 4.1.
`compiler_protocol_init` rule.
[Timofey Solonin](https://github.com/biboran)
[#2422](https://github.com/realm/SwiftLint/issues/2422)
* 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

0 comments on commit ddd483a

Please sign in to comment.