Update CHANGELOG

This commit is contained in:
Rafael Mendonça França 2011-08-10 19:55:12 -03:00
parent dd53fb69e7
commit 4736ffe29d
1 changed files with 2 additions and 1 deletions

View File

@ -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