Add change log entries

This commit is contained in:
mike-thompson-day8 2015-11-02 22:56:18 +11:00
parent c0da4d6606
commit e978bb0108
1 changed files with 6 additions and 2 deletions

View File

@ -1,11 +1,15 @@
## Unreleased
## 0.5.0 (2015-11-07)
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)
- Replaced the current router loop, removing current use of core.async
There is now less of a pause before dispatched events are handled.
This fixed issues like [#39](https://github.com/Day8/re-frame/pull/39) and
[#121](https://github.com/Day8/re-frame/pull/121)
## v0.4.1 (2015-05-29)