Update CHANGELOG.md

Summary: Closes https://github.com/Instagram/IGListKit/pull/343

Differential Revision: D4347850

Pulled By: jessesquires

fbshipit-source-id: f2f9fc879579fc0dfdc7a5a1652dd71749e56447
This commit is contained in:
Jesse Squires 2016-12-19 12:19:00 -08:00 committed by Facebook Github Bot
parent ad30e53507
commit 57c9f84d28

View file

@ -9,7 +9,9 @@ This release closes the [2.1.0 milestone](https://github.com/Instagram/IGListKit
### Enhancements
- macOS support. Note: this is *only* for the Diffing components. There is **no support** for `NSCollectionView` at this time. [Guilherme Rambo](https://github.com/insidegui) [(#235)](https://github.com/Instagram/IGListKit/pull/235)
- Added support for macOS. Note: this is *only* for the Diffing components. There is **no support** for `IGListAdapter`, `IGListSectionController`, and other components at this time. [Guilherme Rambo](https://github.com/insidegui) [(#235)](https://github.com/Instagram/IGListKit/pull/235)
- Added a [macOS example](https://github.com/Instagram/IGListKit/tree/master/Examples/Examples-macOS) project. [Guilherme Rambo](https://github.com/insidegui) [(#337)](https://github.com/Instagram/IGListKit/pull/337)
- Disables `prefetchEnabled` by default on `IGListCollectionView`. [Sven Bacia](https://github.com/svenbacia) [(#323)](https://github.com/Instagram/IGListKit/pull/323)