updated CHANGELOG for 2.1

This commit is contained in:
Fabien Potencier 2011-11-08 09:06:23 +01:00
parent 4f3e7bb698
commit 679bf5320a

View File

@ -77,6 +77,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
### Form
* added support for validation groups as callbacks
* made the translation catalogue configurable via the "translation_domain" option
* added Form::getErrorsAsString() to help debugging forms
* allowed setting different options for RepeatedType fields (like the label)