From 4736ffe29d35236e0ac530bcf254c724f37bcdbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 10 Aug 2011 19:55:12 -0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 80fa6059..948af2f7 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -3,7 +3,8 @@ * enhancements * Simplified generator by using directory action (by github.com/rupert654) * Support for `maxlength` on string inputs inferred from validation (by github.com/srbartlett) - * Change form css class handling to only add the dom class when one is not given to the form call (by github.com/patrick99e99). + * Change form css class handling to only add the dom class when one is not given to the form call (by github.com/patrick99e99) + * Support for required attributs when action validations are present (by github.com/csegura) * bug fix * Fix bug when simple_fields_for is used with a hash like models and Rails 3.1