Skip to content

Commit 86079b8

Browse files
committed
updated CHANGELOG for 4.2.11
1 parent 826a662 commit 86079b8

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG-4.2.md

+33
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,39 @@ in 4.2 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v4.2.0...v4.2.1
99

10+
* 4.2.11 (2019-07-28)
11+
12+
* bug #32760 [HttpKernel] clarify error handler restoring process (xabbuh)
13+
* bug #32503 Fix multiSelect ChoiceQuestion when answers have spaces (IceMaD)
14+
* bug #32688 [Yaml] fix inline handling when dumping tagged values (xabbuh)
15+
* bug #32644 [WebProfileBundle] Avoid getting right to left style (Arman-Hosseini)
16+
* bug #32700 [Messenger] Flatten collection of stamps collected by the traceable middleware (ogizanagi)
17+
* bug #32679 [Intl] relax some date parser patterns (xabbuh)
18+
* bug #31303 [VarDumper] Use \ReflectionReference for determining if a key is a reference (php >= 7.4) (dorumd, nicolas-grekas)
19+
* bug #32485 [Validator] Added support for validation of giga values (kernig)
20+
* bug #32572 Bump minimum version of symfony/phpunit-bridge (fancyweb)
21+
* bug #32438 [Serializer] XmlEncoder: don't cast padded strings (ogizanagi)
22+
* bug #32579 [Config] Do not use absolute path when computing the vendor freshness (lyrixx)
23+
* bug #32563 Container*::getServiceIds() should return strings (mathroc)
24+
* bug #32466 [Config] Fix for signatures of typed properties (tvandervorm)
25+
* bug #32500 [Debug][DebugClassLoader] Include found files instead of requiring them (fancyweb)
26+
* bug #32464 [WebProfilerBundle] Fix Twig 1.x compatibility (yceruto)
27+
* bug #31620 [FrameworkBundle] Inform the user when save_path will be ignored (gnat42)
28+
* bug #32096 Don't assume port 0 for X-Forwarded-Port (alexbowers, xabbuh)
29+
* bug #31267 [Translator] Load plurals from mo files properly (Stadly)
30+
* bug #31266 [Translator] Load plurals from po files properly (Stadly)
31+
* bug #32383 [Serializer] AbstractObjectNormalizer ignores the property types of discriminated classes (sandergo90)
32+
* bug #32421 [EventDispatcher] Add tag kernel.rest on 'debug.event_dispatcher' service (lyrixx)
33+
* bug #32398 [Messenger] Removes deprecated call to ReflectionType::__toString() on MessengerPass (brunowowk)
34+
* bug #32379 [SecurityBundle] conditionally register services (xabbuh)
35+
* bug #32363 [FrameworkBundle] reset cache pools between requests (nicolas-grekas)
36+
* bug #32365 [DI] fix processing of regular parameter bags by MergeExtensionConfigurationPass (nicolas-grekas)
37+
* bug #32187 [PHPUnit] Fixed composer error on Windows (misterx)
38+
* bug #32299 [Lock] Stores must implement `putOffExpiration` (jderusse)
39+
* bug #32236 [Cache] work aroung PHP memory leak (nicolas-grekas)
40+
* bug #32206 Catch JsonException and rethrow in JsonEncode (phil-davis)
41+
* bug #32200 [Security/Core] work around sodium_compat issue (nicolas-grekas)
42+
1043
* 4.2.10 (2019-06-26)
1144

1245
* bug #31972 Add missing rendering of form help block. (alexsegura)

0 commit comments

Comments
 (0)