From c8b1621d56be07b87ed7292092896a4a47e54b49 Mon Sep 17 00:00:00 2001 From: mike-thompson-day8 Date: Sun, 3 May 2015 19:04:31 +1000 Subject: [PATCH] Improve changes file --- CHANGES.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1a0c560..78b833e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,14 +4,13 @@ New Features: - #52 Add a way to purge redos `(dispatch [:purge-redos])` - - #43 Add ability to clear handlers (event and subs). - Add two new API functions: + - #43 Add ability to clear handlers (event and subs) via + 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). - -Fixes: - #53 Fix Logging And Error Reporting + Introduce [`re-frame.core/set-logging!`](https://github.com/Day8/re-frame/wiki/FAQ#3-can-re-frame-use-my-logging-functions) Experimental: - #50 Add "reaction-like" middleware.