@@ -7,6 +7,34 @@ in 3.4 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.4.0...v3.4.1
9
9
10
+ * 3.4.24 (2019-04-02)
11
+
12
+ * bug #30660 [ Bridge] [ Twig ] DebugCommand - fix escaping and filter (SpacePossum)
13
+ * bug #30720 Fix getSetMethodNormalizer to correctly ignore the attributes specified in "ignored_attributes" (Emmanuel BORGES)
14
+ * bug #30749 [ Serializer] Added check of constuctor modifiers to AbstractNormalizer (NekaKawaii)
15
+ * bug #30776 [ Routing] Fix routes annotation loading with glob pattern (snoob)
16
+ * bug #30773 [ DependencyInjection] Fix hardcoded hotPathTagName (jderusse)
17
+ * bug #30737 [ Validator] Improve constraint default option check (vudaltsov)
18
+ * bug #30736 [ Validator] Fix annotation default for @Count and @Length (vudaltsov)
19
+ * bug #30620 [ FrameworkBundle] [ HttpFoundation ] make session service resettable (dmaicher)
20
+ * bug #30640 [ Phpunit] fixed support for PHP 5.3 (fabpot)
21
+ * bug #30595 Do not validate child constraints if form has no validation groups (maryo)
22
+ * bug #30479 Check if Client exists when test.client does not exist, to provide clearer exception message (SerkanYildiz)
23
+ * feature #30584 [ Intl] Add compile binary (ro0NL)
24
+ * bug #30487 Fix Cache error while using anonymous class (Emmanuel BORGES)
25
+ * bug #30548 Correct language code for ukrainian language (stanleyk)
26
+ * bug #30518 [ Cache] Fix perf when using RedisCluster by reducing roundtrips to the servers (nicolas-grekas)
27
+ * bug #30515 [ Cache] Only delete one key at a time when on Predis + Cluster (andrerom)
28
+ * bug #30507 [ Routing] Fixed XML options resolution (Jules Pietri)
29
+ * bug #30506 [ TwigBridge] remove deprecation triggered when using Twig 2.7 (nicolas-grekas)
30
+ * bug #30496 [ PHPUnit-Bridge] override some Composer environment variables (nicoweb)
31
+ * bug #30505 [ TwigBridge] Remove usages of the spaceless tag (nicolas-grekas)
32
+ * bug #30474 compatibility with phpunit8 (garak)
33
+ * bug #30497 [ HttpKernel] Change default log level for output streams (yceruto)
34
+ * bug #30498 [ translation] Update defaut format from yml to yaml (GaryPEGEOT)
35
+ * bug #30437 [ Debug] detect annotations before blank docblock lines (xabbuh)
36
+ * bug #30392 [ PropertyAccess] Fixed PropertyPathBuilder remove that fails to reset internal indexes (GregOriol)
37
+
10
38
* 3.4.23 (2019-03-03)
11
39
12
40
* bug #26532 [ HttpKernel] Correctly merging cache directives in HttpCache/ResponseCacheStrategy (aschempp)
0 commit comments