merged branch bamarni/patch-1 (PR #4933)

Commits
-------

b4d1bdf [Form] added a bc break note about the tag alias matching

Discussion
----------

[Form] added a bc break note about the tag alias matching

6489a65960 is a BC break if we were relying on the previous behavior.
This commit is contained in:
Fabien Potencier 2012-07-15 15:43:33 +02:00
commit 26c21c98bf
1 changed files with 1 additions and 0 deletions

View File

@ -172,3 +172,4 @@ CHANGELOG
* ChoiceType now caches its created choice lists to improve performance
* [BC BREAK] Rows of a collection field cannot be themed individually anymore. All rows in the collection
field now have the same block names, which contains "entry" where it previously contained the row index.
* [BC BREAK] When registering a type through the DI extension, the tag alias has to match the actual type name.