mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 09:48:21 +00:00
Update CHANGELOG.md
Summary: Minor updates to CHANGELOG Closes https://github.com/Instagram/IGListKit/pull/197 Differential Revision: D4175630 Pulled By: rnystrom fbshipit-source-id: 7d11dcbe85550edbcb48c9933142750e2ec32986
This commit is contained in:
parent
8ea5e08880
commit
0f2a715703
1 changed files with 2 additions and 2 deletions
|
|
@ -5,12 +5,12 @@ The changelog for `IGListKit`. Also see the [releases](https://github.com/instag
|
|||
2.0.0
|
||||
-----
|
||||
|
||||
This release closes the [2.0.0 milestone](https://github.com/Instagram/IGListKit/milestone/1?closed=1).
|
||||
This release closes the [2.0.0 milestone](https://github.com/Instagram/IGListKit/milestone/1?closed=1). Thanks to the [19 contributors](https://github.com/Instagram/IGListKit/graphs/contributors) who helped with this release!
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- Diff result method `-resultWithUpdatedMovesAsDeleteInserts` removed and replaced with `-resultForBatchUpdates` [(b5aa5e3)](https://github.com/Instagram/IGListKit/commit/b5aa5e39002854c947e777c11ae241f67f24d19c)
|
||||
- `IGListDiffable` equality method changed from `isEqual:` to `isEqualToDiffableObject:`
|
||||
- `IGListDiffable` equality method changed from `isEqual:` to `isEqualToDiffableObject:` [(ab890fc)](https://github.com/Instagram/IGListKit/commit/ab890fc6070f170a2db5a383a6296e62dcf75678)
|
||||
|
||||
### Enhancements
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue