updated CHANGELOG for 2.1

This commit is contained in:
Fabien Potencier 2011-10-10 19:47:28 +02:00
parent 8476d26015
commit d407be068d

View File

@ -54,6 +54,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
### Form
* 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)