From fc2370104f7e082fb29dfbca2ec8c850a358ec6f Mon Sep 17 00:00:00 2001 From: Bernhard Schussek Date: Wed, 23 May 2012 14:24:08 +0200 Subject: [PATCH] [Form] Correctly highlighted BC breaks in the CHANGELOG --- src/Symfony/Component/Form/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Symfony/Component/Form/CHANGELOG.md b/src/Symfony/Component/Form/CHANGELOG.md index 38818a8e25..14ac7cca1c 100644 --- a/src/Symfony/Component/Form/CHANGELOG.md +++ b/src/Symfony/Component/Form/CHANGELOG.md @@ -71,13 +71,13 @@ CHANGELOG * labels don't display field attributes anymore. Label attributes can be passed in the "label_attr" option/variable * added option "mapped" which should be used instead of setting "property_path" to false - * "data_class" now *must* be set if a form maps to an object and should be left empty otherwise + * [BC BREAK] "data_class" now *must* be set if a form maps to an object and should be left empty otherwise * improved error mapping on forms * dot (".") rules are now allowed to map errors assigned to a form to one of its children * errors are not mapped to unsynchronized forms anymore - * changed Form constructor to accept a single `FormConfigInterface` object - * changed argument order in the FormBuilder constructor + * [BC BREAK] changed Form constructor to accept a single `FormConfigInterface` object + * [BC BREAK] changed argument order in the FormBuilder constructor * deprecated Form methods * `getTypes` * `getErrorBubbling`