diff --git a/CHANGELOG.md b/CHANGELOG.md index 17caf8c9eff..ad047ddbfaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ #### Enhancements -* Adds `untyped_error` opt-in rule to warn against declaring errors without type check in catch statements. +* Adds `untyped-error-in-catch-rule` opt-in rule to warn against declaring errors without type check in catch statements. [Daniel Metzing](https://github.com/dirtydanee) [#2045](https://github.com/realm/SwiftLint/issues/2045)