Skip to content

Commit

Permalink
[nsobject_prefer_isequal] Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Healy authored and sjavora committed Mar 9, 2019
1 parent 130423a commit 97aa820
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@

#### Enhancements

* None.
* Add `nsobject_prefer_isequal` rule to warn against implementing `==` on an
`NSObject` subclass as calling `isEqual` (i.e. when using the class from
Objective-C) will will not use the defined `==` method.
[Matthew Healy](https://github.com/matthew-healy)
[#2663](https://github.com/realm/SwiftLint/pull/2663)

#### Bug Fixes

Expand All @@ -27,7 +31,6 @@
* None.

#### Enhancements

* Add `deployment_target` rule to validate that `@availability` attributes and
`#available` conditions are not using a version that is satisfied by the
deployment target. Since SwiftLint can't read an Xcode project, you need to
Expand Down

0 comments on commit 97aa820

Please sign in to comment.