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

This commit is contained in:
Bilal Amarni 2012-07-15 16:34:11 +03:00
parent 93cbdfdd62
commit b4d1bdf9e6
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.