From 0f2a715703353604649452385226124672fc1693 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Mon, 14 Nov 2016 07:12:46 -0800 Subject: [PATCH] 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 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 807cdfcb..241959f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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