Add info to CHANGELOG-2.1

This commit is contained in:
Dariusz Górecki 2012-01-03 10:28:35 +01:00
parent 3d20e399e9
commit a5efe6acda

View File

@ -153,6 +153,8 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* 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)
* added support for empty form name at root level, this enables rendering forms
without form name prefix in field names
### HttpFoundation