Update CHANGELOG.md

This commit is contained in:
Juho Teperi 2018-12-31 12:56:18 +02:00
parent a1953f2733
commit 06482e9d3e
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
ensure `:class` is merged correctly when it is defined as collection. ([#412](https://github.com/reagent-project/reagent/issues/412))
- Add `reagent.core/class-names` utility functions which can be used
to normalize and combine `:class` values (similar to `classnames` JS library)
- Fix comparing Reagent `PartialFn` to `nil` ([#385](https://github.com/reagent-project/reagent/issues/385))
## 0.8.1 (2018-05-15)