Update changes docs for latest additions

This commit is contained in:
mike-thompson-day8 2015-04-25 10:06:14 +10:00
parent c1fe51ddfd
commit c59e55411e
1 changed files with 7 additions and 1 deletions

View File

@ -1,8 +1,14 @@
## v0.4.0 (2015-04-24)
## v0.4.0 (2015-04-28)
Improvements:
- #52 Add a way to purge redos
- #50 Add "reaction-like" middleware
- #43 Add ability to clear handlers (event and subs).
Add two new API functions:
- re-frame.core/clear-sub-handlers!
- re-frame.core/clear-event-handlers!
Useful for those using the [ClojureScript fork](https://github.com/quile/component-cljs) of [Component](https://github.com/stuartsierra/component).
## v0.3.2 (2015-04-21)