From 99e01030ec920bf92b5529df330eb62d4af7f28d Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Thu, 10 Dec 2015 22:44:58 +1100 Subject: [PATCH] Add additional change to changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 2615e1b..34bd8ef 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,8 @@ New API: @pupeno is developing [preprender](https://carouselapps.com/prerenderer) which looks pretty neat. Support this effort by adding a way for preprender to hook event processing. + - `on-changes` middleware now official. No longer experimental. + Improvements: - [#134](https://github.com/Day8/re-frame/pull/134) My thanks to @scgilardi for a nice simplification of the routing state machine. Again!