mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 01:38:26 +00:00
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:
parent
40625f8ff9
commit
d19b07a0c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue