From c59e55411ecf4e273ef2087e6a91bb675069b204 Mon Sep 17 00:00:00 2001 From: mike-thompson-day8 Date: Sat, 25 Apr 2015 10:06:14 +1000 Subject: [PATCH] Update changes docs for latest additions --- CHANGES.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e3d86e2..82f6e4a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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)