Skip to content

Commit

Permalink
Add breaking changes to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Jul 18, 2019
1 parent 03398f4 commit 438905b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

#### Breaking

* None.
* To enable collecting rules, many breaking changes to `SwiftLintFramework`'s
public API were made the `Linter` type was significantely changed, and a new
`CollectedLinter` type was introduced. Many public `SwiftLintFramework` APIs
that interacted with `Linter` have also been affected. More new types and
protocols were added such as `RuleStorage`, `AnyCollectingRule`,
`CollectingRule`, `CollectingCorrectableRule`.
We are not aware of any significant users of the `SwiftLintFramework` library,
so if you are affected by this, please reach out to SwiftLint contributors by
filing a GitHub issue about your use case.
[Elliott Williams](https://github.com/elliottwilliams)
[JP Simard](https://github.com/jpsim)

#### Experimental

Expand Down

0 comments on commit 438905b

Please sign in to comment.