From 6fefe0a6fbf5dacf245f78217d0f7f94b69ec7c3 Mon Sep 17 00:00:00 2001 From: Bernhard Schussek Date: Thu, 2 Feb 2012 10:02:49 +0100 Subject: [PATCH] [Form] Improved the CHANGELOG --- CHANGELOG-2.1.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index 778c3975b5..43aa5455cc 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -171,7 +171,10 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c * [BC BREAK] changed default name of the prototype in the "collection" type from "$$name$$" to "__name__". No dollars are appended/prepended to custom names anymore. - * [BC BREAK] improved ChoiceListInterface and all of its implementations + * [BC BREAK] improved ChoiceListInterface + * [BC BREAK] added SimpleChoiceList and LazyChoiceList as replacement of + ArrayChoiceList + * added ChoiceList and ObjectChoiceList to use objects as choices * [BC BREAK] removed EntitiesToArrayTransformer and EntityToIdTransformer. The former has been replaced by CollectionToArrayTransformer in combination with EntityChoiceList, the latter is not required in the core anymore. @@ -187,11 +190,9 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c * [BC BREAK] removed FormUtil::toArrayKey() and FormUtil::toArrayKeys(). They were merged into ChoiceList and have no public equivalent anymore. - * added ComplexChoiceList and ObjectChoiceList. Both let you select amongst - objects in a choice field, but feature different constructors. * choice fields now throw a FormException if neither the "choices" nor the "choice_list" option is set - * the radio field is now a child type of the checkbox field + * the radio type is now a child of the checkbox type ### HttpFoundation