From d19b07a0c1468f765349c415dea629c443545c4b Mon Sep 17 00:00:00 2001 From: Bas Broek Date: Tue, 9 May 2017 15:47:18 -0700 Subject: [PATCH] Reference fix PR instead of issue Summary: Issue fixed: - Seem to have referenced the issue instead of the fixing PR during #686. Closes https://github.com/Instagram/IGListKit/pull/727 Differential Revision: D5032377 Pulled By: jessesquires fbshipit-source-id: 76ae9b13e6912d8771f413c2f0f3c81e1df42304 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d924c73e..8d4b5acf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,7 +83,7 @@ ListDiff(oldArray: [], newArray: [], .equality) ### Enhancements -- Added an initializer on `IGListAdapter` that does not take a `workingRangeSize` and defaults it to 0. [BasThomas](https://github.com/BasThomas) [(#414)](https://github.com/Instagram/IGListKit/issues/414) +- Added an initializer on `IGListAdapter` that does not take a `workingRangeSize` and defaults it to 0. [BasThomas](https://github.com/BasThomas) [(#686)](https://github.com/Instagram/IGListKit/pull/686) - Added `-[IGListAdapter visibleCellsForObject:]` API. [Sherlouk](https://github.com/Sherlouk) [(#442)](https://github.com/Instagram/IGListKit/pull/442)