Update CHANGELOG.md

This commit is contained in:
Juho Teperi 2018-05-04 19:21:05 +03:00
parent c8cc7f996b
commit b0c70e380e
1 changed files with 1 additions and 0 deletions

View File

@ -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)