Add PR's to CHANGES.md

This commit is contained in:
Daniel Compton 2015-10-16 17:10:08 +13:00
parent a9bdb84366
commit dd8ef423f1
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
## v0.4.2 (tba)
## Unreleased
Improvements
- fixed problem with log grouping
- removed `-------New Event-------` log msg
- made groups collapsed by default
- Add dynamic subscriptions. [#108](https://github.com/Day8/re-frame/pull/108)
- Use `yield` instead of `(core.async/timeout 0)` to speed up event handling. [#121](https://github.com/Day8/re-frame/pull/121)
## v0.4.1 (2015-05-29)