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
This commit is contained in:
Bas Broek 2017-05-09 15:47:18 -07:00 committed by Facebook Github Bot
parent 40625f8ff9
commit d19b07a0c1

View file

@ -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)