From 2e5182f79bceda73daaf8bd6818173e264635876 Mon Sep 17 00:00:00 2001 From: Bernhard Schussek Date: Thu, 12 Apr 2012 11:42:32 +0200 Subject: [PATCH] [Form] Clarified the CHANGELOG entry about the activation of addXxx()/removeXxx() methods --- CHANGELOG-2.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index 5f18c0e076..042aa57b85 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -251,8 +251,8 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c * the radio type is now a child of the checkbox type * the collection, choice (with multiple selection) and entity (with multiple selection) types now make use of addXxx() and removeXxx() methods in your - model. For a custom, non-recognized singular form, set the "property_path" - option like this: "plural|singular" + model if you set "by_reference" to false. For a custom, non-recognized + singular form, set the "property_path" option like this: "plural|singular" * forms now don't create an empty object anymore if they are completely empty and not required. The empty value for such forms is null. * added constant Guess::VERY_HIGH_CONFIDENCE