From 6eb83c0c8a8f7171689cd35850435d5cbefd3240 Mon Sep 17 00:00:00 2001 From: Christian Alfoni Date: Tue, 14 Apr 2015 18:51:33 +0200 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d57e2ae..72a9473 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +This is the old CHANGES file. Please look at [releases](https://github.com/christianalfoni/formsy-react/releases) for latest changes. + **0.8.0** - Fixed bug where dynamic form elements gave "not mounted" error (Thanks @sdemjanenko) - React is now a peer dependency (Thanks @snario)