updated CHANGELOG for 2.8.22

This commit is contained in:
Fabien Potencier 2017-06-07 13:12:24 -07:00
parent 419556ff87
commit a9f289abbc
1 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,16 @@ in 2.8 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.8.0...v2.8.1
* 2.8.22 (2017-06-07)
* bug #23073 [TwigBridge] Fix namespaced classes (ogizanagi)
* bug #22936 [Form] Mix attr option between guessed options and user options (yceruto)
* bug #22988 [PropertyInfo][DoctrineBridge] The bigint Doctrine's type must be converted to string (dunglas)
* bug #23014 Fix optional cache warmers are always instantiated whereas they should be lazy-loaded (romainneutron)
* bug #23024 [EventDispatcher] Fix ContainerAwareEventDispatcher::hasListeners(null) (nicolas-grekas)
* bug #22996 [Form] Fix \IntlDateFormatter timezone parameter usage to bypass PHP bug #66323 (romainneutron)
* bug #22994 Harden the debugging of Twig filters and functions (stof)
* 2.8.21 (2017-05-29)
* bug #22847 [Console] ChoiceQuestion must have choices (ro0NL)