From 86cb59a1f098d7a0069466d187b3f2e7248dfe09 Mon Sep 17 00:00:00 2001 From: Ryan Nystrom Date: Tue, 13 Dec 2016 18:22:56 -0800 Subject: [PATCH] Fix changelog link Summary: Nit, attribution for svenbacia Closes https://github.com/Instagram/IGListKit/pull/326 Differential Revision: D4324923 Pulled By: rnystrom fbshipit-source-id: 2770ea9a5b9de639a0b7c376ad5c91ad81e6b71a --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38741145..d2af2118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ This release closes the [2.1.0 milestone](https://github.com/Instagram/IGListKit ### Enhancements -- Disables `prefetchEnabled` by default on `IGListCollectionView`. [Sven Bacia (#323)](https://github.com/Instagram/IGListKit/pull/323) +- Disables `prefetchEnabled` by default on `IGListCollectionView`. [Sven Bacia](https://github.com/svenbacia) [(#323)](https://github.com/Instagram/IGListKit/pull/323) ### Fixes