File tree 3 files changed +70
-27
lines changed
src/Symfony/Component/HttpKernel 3 files changed +70
-27
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ 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.33 (2019-11-01)
11
+
12
+ * bug #33998 [ Config] Disable default alphabet sorting in glob function due of unstable sort (hurricane-voronin)
13
+ * bug #34144 [ Serializer] Improve messages for unexpected resources values (fancyweb)
14
+ * bug #34080 [ SecurityBundle] correct types for default arguments for firewall configs (shieldo)
15
+ * bug #33999 [ Form] Make sure to collect child forms created on * _ SET_DATA events (yceruto)
16
+ * bug #34021 [ TwigBridge] do not render errors for checkboxes twice (xabbuh)
17
+ * bug #34041 [ HttpKernel] fix wrong removal of the just generated container dir (nicolas-grekas)
18
+ * bug #34023 [ Dotenv] allow LF in single-quoted strings (nicolas-grekas)
19
+ * bug #33818 [ Yaml] Throw exception for tagged invalid inline elements (gharlan)
20
+ * bug #33948 [ PropertyInfo] Respect property name case when guessing from public method name (antograssiot)
21
+ * bug #33962 [ Cache] fixed TagAwareAdapter returning invalid cache (v-m-i)
22
+ * bug #33965 [ HttpFoundation] Add plus character ` + ` to legal mime subtype (ilzrv)
23
+ * bug #32943 [ Dotenv] search variable values in ENV first then env file (soufianZantar)
24
+ * bug #33943 [ VarDumper] fix resetting the "bold" state in CliDumper (nicolas-grekas)
25
+
10
26
* 3.4.32 (2019-10-07)
11
27
12
28
* bug #33834 [ Validator] Fix ValidValidator group cascading usage (fancyweb)
You can’t perform that action at this time.
0 commit comments