diff --git a/CHANGELOG.md b/CHANGELOG.md index d69453d1ef..db2d7c6eac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ [Norio Nomura](https://github.com/norio-nomura) [#167](https://github.com/jpsim/SourceKitten/issues/167) +* SwiftLint no longer crashes when SourceKitService crashes. + [Norio Nomura](https://github.com/norio-nomura) + ##### Bug Fixes * Failed to launch swiftlint when Xcode.app was placed at non standard path. @@ -44,9 +47,6 @@ [Erik Aigner](https://github.com/eaigner) [#566](https://github.com/realm/SwiftLint/issues/566) -* `LintCommand` does not stop when SourceKitService crashes. - [Norio Nomura](https://github.com/norio-nomura) - ##### Bug Fixes * Avoid overwriting files whose contents have not changed.