From 937780aa3e13fe8c7ed041dca92c6b740c8260c3 Mon Sep 17 00:00:00 2001 From: Ryan Nystrom Date: Mon, 7 Nov 2016 16:24:28 -0800 Subject: [PATCH] Update changelog with missing revs Summary: I like that we ref the PRs in the changelog. Updating the log with missing revs from internal diffs (no PRs). Closes https://github.com/Instagram/IGListKit/pull/172 Differential Revision: D4143816 Pulled By: rnystrom fbshipit-source-id: 57844b0724b11f461ccc6e675946ea04b128fa21 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34b7b83b..59eebfac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ This release closes the [2.0.0 milestone](https://github.com/Instagram/IGListKit ### Breaking Changes -- Diff result method `-resultWithUpdatedMovesAsDeleteInserts` removed and replaced with `-resultForBatchUpdates` +- Diff result method `-resultWithUpdatedMovesAsDeleteInserts` removed and replaced with `-resultForBatchUpdates` [(b5aa5e3)](https://github.com/Instagram/IGListKit/commit/b5aa5e39002854c947e777c11ae241f67f24d19c) ### Enhancements @@ -21,7 +21,7 @@ This release closes the [2.0.0 milestone](https://github.com/Instagram/IGListKit - Added support for cells created from storyboard. [Bofei Zhu](https://github.com/zhubofei) [(#92)](https://github.com/Instagram/IGListKit/pull/92) - Added examples for Today & iMessage extensions. [Sherlouk](https://github.com/Sherlouk) [(#112)](https://github.com/Instagram/IGListKit/pull/112) - Added `tvOS` support. [Jesse Squires](https://github.com/jessesquires) [(#137)](https://github.com/Instagram/IGListKit/pull/137) -- Added new `-[IGListAdapter visibleObjects]` API. [Ryan Nystrom](https://github.com/rnystrom) +- Added new `-[IGListAdapter visibleObjects]` API. [Ryan Nystrom](https://github.com/rnystrom) [(386ae07)](https://github.com/Instagram/IGListKit/commit/386ae0786445c06e1eabf074a4181614332f155f) 1.0.0 -----