8000 Merge pull request #35904 from fabpot/release-3.4.38 · enflow/symfony@c5a882d · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Commit c5a882d

Browse files
authored
Merge pull request symfony#35904 from fabpot/release-3.4.38
released v3.4.38
2 parents 34c2e96 + dfc775c commit c5a882d

File tree

3 files changed

+146
-66
lines changed

3 files changed

+146
-66
lines changed

CHANGELOG-3.4.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,36 @@ 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.38 (2020-02-29)
11+
12+
* bug #35781 [Form] NumberToLocalizedStringTransformer return int if scale = 0 (VincentLanglet)
13+
* bug #35846 [Serializer] prevent method calls on null values (xabbuh)
14+
* bug #35839 [Security] Allow switching to another user when already switched (chalasr)
15+
* bug #35817 [DoctrineBridge] Use new Types::* constants and support new json type (fancyweb)
16+
* bug #35707 [ExpressionLanguage] Fixed collisions of character operators with object properties (Andrej-in-ua)
17+
* bug #35794 [DoctrineBridge][DoctrineExtractor] Fix indexBy with custom and some core types (fancyweb)
18+
* bug #35787 [PhpUnitBridge] Use trait instead of extending deprecated class (marcello-moenkemeyer)
19+
* bug #35792 [Security] Prevent TypeError in case RememberMetoken has no attached user (nikophil)
20+
* bug #35772 [Config] don't throw on missing excluded paths (nicolas-grekas)
21+
* bug #35774 [Ldap] force default network timeout (nicolas-grekas)
22+
* bug #35702 [VarDumper] fixed DateCaster not displaying additional fields (Makdessi Alex)
23+
* bug #35722 [HttpKernel] Set previous exception when rethrown from controller resolver (danut007ro)
24+
* bug #35718 [HttpKernel] fix registering DebugHandlersListener regardless of the PHP_SAPI (nicolas-grekas)
25+
* bug #35693 [Finder] Fix unix root dir issue (chr-hertel)
26+
* bug #35696 [Console] Don't load same-namespace alternatives on exact match (chalasr)
27+
* bug #35605 [HttpFoundation][FrameworkBundle] fix support for samesite in session cookies (fabpot)
28+
* bug #35609 [DoctrineBridge] Fixed submitting ids with query limit or offset (HeahDude)
29+
* bug #34123 [Form] Fix handling of empty_data's \Closure value in Date/Time form types (yceruto)
30+
* bug #35546 [Validator] check for __get method existence if property is uninitialized (alekitto)
31+
* bug #35332 [Yaml][Inline] Fail properly on empty object tag and empty const tag (fancyweb)
32+
* bug #35489 [PhpUnitBridge] Fix running skipped tests expecting only deprecations (chalasr)
33+
* bug #35161 [FrameworkBundle] Check non-null type for numeric type (Arman-Hosseini)
34+
* bug #34059 [DomCrawler] Skip disabled fields processing in Form (sbogx)
35+
* bug #34114 [Console] SymonfyStyle - Check value isset to avoid PHP notice (leevigraham)
36+
* bug #35557 [Config] dont catch instances of Error (nicolas-grekas)
37+
* bug #35532 [Validator] fix access to uninitialized property when getting value (greedyivan)
38+
* bug #35305 [HttpKernel] Fix stale-if-error behavior, add tests (mpdude)
39+
1040
* 3.4.37 (2020-01-21)
1141

1242
* bug #35065 [Security] Use supportsClass in addition to UnsupportedUserException (linaori)

0 commit comments

Comments
 (0)
0