Update CHANGELOG.md

This commit is contained in:
Juho Teperi 2019-08-19 10:07:39 +03:00
parent 3b10c426c1
commit 470a101095
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ uses correct Object interop forms, allowing use of ClojureScript `:checked-array
- `componentWillReceiveProps`, `componentWillUpdate` and `componentWillMount` lifecycle methods are deprecated
- Using these directly will show warning, using `UNSAFE_` prefixed version will silence the warning.
- These methods will continue to work with React 16.9 and 17.
- Reagent implementation has been changed to use `componentDidMount` instead of
`componentWillMount` to manage RAtoms.
## 0.8.1 (2018-05-15)