Update CHANGELOG

This commit is contained in:
Juho Teperi 2019-01-10 21:05:51 +02:00
parent ddd7f9a070
commit 5c7048fe3c
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
**[compare](https://github.com/reagent-project/reagent/compare/v0.8.1...master)** **[compare](https://github.com/reagent-project/reagent/compare/v0.8.1...master)**
- Fix using `with-let` macro in namespaces with `*warn-on-infer*` enabled ([#420](https://github.com/reagent-project/reagent/issues/420))
- Fix using metadata to set React key with Fragment shortcut (`:<>`) ([#401](https://github.com/reagent-project/reagent/issues/401)) - Fix using metadata to set React key with Fragment shortcut (`:<>`) ([#401](https://github.com/reagent-project/reagent/issues/401))
- Create React Component without `create-react-class` ([#416](https://github.com/reagent-project/reagent/issues/416)) - Create React Component without `create-react-class` ([#416](https://github.com/reagent-project/reagent/issues/416))
- Allow any number of arguments for `reagent.core/merge-props` and - Allow any number of arguments for `reagent.core/merge-props` and