From ba7afb09d23c3dbfd566d3c03f28557bda6e2744 Mon Sep 17 00:00:00 2001 From: Ernie Miller Date: Fri, 8 Apr 2011 10:51:35 -0400 Subject: [PATCH] Update changelog --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 560941f..3514dea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Changes since 1.0.3 (2011-03-14): + * Be sure not to override form_for options if super returns a non-true value, + fixes a compatibility issue when using client_side_validation + Changes since 1.0.1 (2011-01-18): * Include all non-boolean types in is_present and is_blank, to match documentation