Update CHANGELOG.

This commit is contained in:
José Valim 2010-08-31 10:29:39 +02:00
parent 64ddad09d1
commit 014f3883ef
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
* enhancements
* Allow collection input to accept a collection of symbols
* Add default css class to button
* Allow forms for objects that don't respond to the "errors" method
* collection_check_boxes and collection_radio now wrap the input in the label
* bug fix
* Search for validations on both association and attribute
== 1.2.2
* enhancements