8000 Merge pull request #34208 from fabpot/release-3.4.33 · symfony/symfony@4781365 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4781365

Browse files
authored
Merge pull request #34208 from fabpot/release-3.4.33
released v3.4.33
2 parents 27b0baa + a3ae486 commit 4781365

File tree

3 files changed

+70
-27
lines changed

3 files changed

+70
-27
lines changed

CHANGELOG-3.4.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ in 3.4 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/v3.4.0...v3.4.1
99

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+
1026
* 3.4.32 (2019-10-07)
1127

1228
* bug #33834 [Validator] Fix ValidValidator group cascading usage (fancyweb)

0 commit comments

Comments
 (0)
0