From b2522831c71b28c658c2dc0a7872580fd6d4f79c Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Mon, 29 Jan 2018 22:59:32 +1300 Subject: [PATCH] Add note about re-frame required version --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aee7afc..685c862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This change ## Unreleased +This version requires re-frame 0.10.4 to make use of the newly added Event panel. + ### Added * New event panel. This panel shows the coeffects given to your event handler, the effects your event handler produced, and all of the interceptors in the chain.