Release 0.9.0-rc2

This commit is contained in:
Juho Teperi 2019-10-17 15:13:53 +03:00
parent f4361ebe0a
commit 88a94a44ec
1 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,12 @@
# Changelog
## Unreleased
## 0.9.0-rc2 (2019-10-17)
**[compare](https://github.com/reagent-project/reagent/compare/v0.9.0-rc1...v0.9.0-rc2)**
- Fixed bug in rc1 introduced in [#325](https://github.com/reagent-project/reagent/issues/325) where `gobj/set` was missing one parameter ([#454](https://github.com/reagent-project/reagent/issues/454))
Fixed two bugs introduced in 0.9.0-rc1.
- Fix `gobj/set` call missing one parameter ([#454](https://github.com/reagent-project/reagent/issues/454), bug introduced by [#325](https://github.com/reagent-project/reagent/issues/325))
- Fix logging missing `:key` errors where problematic form contains function literals ([#452](https://github.com/reagent-project/reagent/issues/452))
## 0.9.0-rc1 (2019-09-10)