From 1818c20e5fa5227a965e293138c78dd77c6e2b44 Mon Sep 17 00:00:00 2001 From: Ryan Nystrom Date: Wed, 22 Mar 2017 12:47:52 -0700 Subject: [PATCH] Add missing changelog entry from diff identifier fix Summary: Was missing changelog Closes https://github.com/Instagram/IGListKit/pull/575 Differential Revision: D4755775 Pulled By: rnystrom fbshipit-source-id: b4f3a4477f88077c74ba1e936e39907b6a272542 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f77422aa..1c1b73ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -86,6 +86,8 @@ This release closes the [3.0.0 milestone](https://github.com/Instagram/IGListKit - Only collect batch updates when explicitly inside the batch update block, execute them otherwise. Fixes dropped updates. [Ryan Nystrom](https://github.com/rnystrom) [(#494)](https://github.com/Instagram/IGListKit/pull/494) +- Remove objects that return `nil` diff identifiers before updating. [Ryan Nystrom](https://github.com/rnystrom) [(af984ca)](https://github.com/Instagram/IGListKit/commit/af984ca81d4d8c4ba3012be1a45f69670a832ccf) + 2.1.0 -----