minor #12494 [Form] *_timezone changes also affect the BirthdayType (xabbuh)

This PR was merged into the 2.6 branch.

Discussion
----------

[Form] *_timezone changes also affect the BirthdayType

| Q             | A
| ------------- | ---
| Fixed tickets |
| License       | MIT

The changes from #12404 also affect the `BirthdayType`.

Commits
-------

7faee60 *_timezone changes also affect the BirthdayType
This commit is contained in:
Fabien Potencier 2014-11-17 11:01:45 +01:00
commit 14fbdb8dff

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