*_timezone changes also affect the BirthdayType

This commit is contained in:
Christian Flothmann 2014-11-16 19:10:38 +01:00
parent 75d8d8f999
commit 7faee60ea7

View File

@ -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
------