From 7faee60ea7e5fde02f82141d54d29277d214971f Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 16 Nov 2014 19:10:38 +0100 Subject: [PATCH] *_timezone changes also affect the BirthdayType --- src/Symfony/Component/Form/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Form/CHANGELOG.md b/src/Symfony/Component/Form/CHANGELOG.md index e0fc25aa82..cd5f619b25 100644 --- a/src/Symfony/Component/Form/CHANGELOG.md +++ b/src/Symfony/Component/Form/CHANGELOG.md @@ -7,7 +7,7 @@ CHANGELOG * added "html5" option to Date, Time and DateTimeFormType to be able to enable/disable HTML5 input date when widget option is "single_text" * added "label_format" option with possible placeholders "%name%" and "%id%" - * [BC BREAK] drop support for model_timezone and view_timezone options in TimeType and DateType + * [BC BREAK] drop support for model_timezone and view_timezone options in TimeType, DateType and BirthdayType 2.5.0 ------