Skip to content

Commit f4c8d76

Browse files
committed
Moves change entry to new section
1 parent 616a298 commit f4c8d76

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

CHANGELOG.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66

77
##### Enhancements
88

9-
* None.
9+
* Add `closure_body_length` rule to enforce the maximum number of lines
10+
a closure should have.
11+
[Ornithologist Coder](https://github.com/ornithocoder)
12+
[#52](https://github.com/realm/SwiftLint/issues/52)
1013

1114
##### Bug Fixes
1215

@@ -49,11 +52,6 @@
4952
[Ryan Booker](https://github.com/ryanbooker)
5053
[#1761](https://github.com/realm/SwiftLint/issues/1761)
5154

52-
* Add `closure_body_length` rule to enforce the maximum number of lines
53-
a closure should have.
54-
[Ornithologist Coder](https://github.com/ornithocoder)
55-
[#52](https://github.com/realm/SwiftLint/issues/52)
56-
5755
* Add `single_test_class` opt-in rule to validate that test files
5856
only contain a single `QuickSpec` or `XCTestCase` subclass.
5957
[Ornithologist Coder](https://github.com/ornithocoder)

0 commit comments

Comments
 (0)