From b4d1bdf9e60f1068223e53c947f202970d7379de Mon Sep 17 00:00:00 2001 From: Bilal Amarni Date: Sun, 15 Jul 2012 16:34:11 +0300 Subject: [PATCH] [Form] added a bc break note about the tag alias matching --- src/Symfony/Component/Form/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/Form/CHANGELOG.md b/src/Symfony/Component/Form/CHANGELOG.md index 88a19bc07e..03290fb8b5 100644 --- a/src/Symfony/Component/Form/CHANGELOG.md +++ b/src/Symfony/Component/Form/CHANGELOG.md @@ -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. \ No newline at end of file