@@ -7,6 +7,28 @@ 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.39 (2020-03-30)
11
+
12
+ * bug #36216 [ Validator] Assert Valid with many groups (phucwan91)
13
+ * bug #36222 [ Console] Fix OutputStream for PHP 7.4 (guillbdx)
14
+ * bug #36175 [ Security/Http] Remember me: allow to set the samesite cookie flag (dunglas)
15
+ * bug #36173 [ Http Foundation] Fix clear cookie samesite (guillbdx)
16
+ * bug #36176 [ Security] Check if firewall is stateless before checking for session/previous session (koenreiniers)
17
+ * bug #36149 [ Form] Support customized intl php.ini settings (jorrit)
18
+ * bug #36172 [ Debug] fix for PHP 7.3.16+/7.4.4+ (nicolas-grekas)
19
+ * bug #36141 Prevent warning in proc_open() (BenMorel)
20
+ * bug #36121 [ VarDumper] fix side-effect by not using mt_rand() (nicolas-grekas)
21
+ * bug #36073 [ PropertyAccess] [ DX ] Improved errors when reading uninitialized properties (HeahDude)
22
+ * bug #36063 [ FrameworkBundle] start session on flashbag injection (William Arslett)
23
+ * bug #36020 [ Form] ignore microseconds submitted by Edge (xabbuh)
24
+ * bug #36041 fix import from config file using type: glob (Tobion)
25
+ * bug #35987 [ DoctrineBridge] [ DoctrineExtractor ] Fix wrong guessed type for "json" type (fancyweb)
26
+ * bug #35938 [ Form] Handle false as empty value on expanded choices (fancyweb)
27
+ * bug #36004 [ Yaml] fix dumping strings containing CRs (xabbuh)
28
+ * bug #35982 [ DI] Fix XmlFileLoader bad error message (przemyslaw-bogusz)
29
+ * bug #35937 Revert "bug symfony #28179 [ DomCrawler] Skip disabled fields processing in Form" (dmaicher)
30
+ * bug #35910 [ SecurityBundle] Minor fixes in configuration tree builder (HeahDude)
31
+
10
32
* 3.4.38 (2020-02-29)
11
33
12
34
* bug #35781 [ Form] NumberToLocalizedStringTransformer return int if scale = 0 (VincentLanglet)
0 commit comments