updated CHANGELOG for 2.1

This commit is contained in:
Fabien Potencier 2012-01-16 21:55:17 +01:00
parent 277b78149d
commit 172300e0de
1 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,8 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
### Form
* [BC BREAK] child forms now aren't validated anymore by default
* made validation of form children configurable (new option: cascade_validation)
* added support for validation groups as callbacks
* made the translation catalogue configurable via the "translation_domain" option
* added Form::getErrorsAsString() to help debugging forms