From b0c70e380e8d4e6e226c976fe41ea517768e2155 Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Fri, 4 May 2018 19:21:05 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a21551..2114483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Removed component type assertion for `:>` (#[369](https://github.com/reagent-project/reagent/issues/369), [#372](https://github.com/reagent-project/reagent/pull/372))) - This caused problems with React Context where component is Plain JS object with special properties - `React/createElement` will still provide error if `:>` is used with invalid values +- Handle exceptions from `not=` in Reagent `component-did-update` method ([#350](https://github.com/reagent-project/reagent/pull/350), [#344](https://github.com/reagent-project/reagent/pull/344)) ## 0.8.0 (2018-04-19)