updated CHANGELOG for 3.4.42

This commit is contained in:
Fabien Potencier 2020-06-12 12:56:53 +02:00
parent 1f83212541
commit ab5ac9a02d
1 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,16 @@ in 3.4 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/v3.4.0...v3.4.1
* 3.4.42 (2020-06-12)
* bug #37103 [Form] switch the context when validating nested forms (xabbuh)
* bug #37182 [HttpKernel] Fix regression where Store does not return response body correctly (mpdude)
* bug #36913 [FrameworkBundle] fix type annotation on ControllerTrait::addFlash() (ThomasLandauer)
* bug #37169 [Cache] fix forward compatibility with Doctrine DBAL 3 (xabbuh)
* bug #37085 [Form] properly cascade validation to child forms (xabbuh)
* bug #37095 [PhpUnitBridge] Fix undefined index when output of "composer show" cannot be parsed (nicolas-grekas)
* bug #37092 [PhpUnitBridge] fix undefined var on version 3.4 (nicolas-grekas)
* 3.4.41 (2020-05-31)
* bug #36894 [Validator] never directly validate Existence (Required/Optional) constraints (xabbuh)