Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Nov 19, 2019
1 parent 5f66704 commit 7627253
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

#### Breaking

* Replace the `SyntaxToken` and `SyntaxMap` structures used in
public SwiftLintFramework APIs with a new `SwiftLintSyntaxToken`
and `SwiftlintSyntaxMap` wrappers over structures returned from SourceKitten
* Replace the `SyntaxToken` and `SyntaxMap` structures used in
public SwiftLintFramework APIs with a new `SwiftLintSyntaxToken`
and `SwiftlintSyntaxMap` wrappers over structures returned from
SourceKitten.
[PaulTaykalo](https://github.com/PaulTaykalo)
[#2955](https://github.com/realm/SwiftLint/issues/2955)

Expand All @@ -14,6 +15,9 @@

#### Enhancements

* Make `control_statement` rule correctable.
[MaxHaertwig](https://github.com/maxhaertwig)

#### Bug Fixes

* Fix false positive for LetVarWhitespaceRule.
Expand Down Expand Up @@ -78,9 +82,6 @@
* Add GitHub Actions Logging reporter (`github-actions-logging`).
[Norio Nomura](https://github.com/norio-nomura)

* Make `control_statement` rule substitution correctable.
[MaxHaertwig](https://github.com/maxhaertwig)

#### Bug Fixes

* None.
Expand Down

0 comments on commit 7627253

Please sign in to comment.