Skip to content

Commit 99080bd

Browse files
committed
updated CHANGELOG for 3.4.40
1 parent 048e6f3 commit 99080bd

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG-3.4.md

+29
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,35 @@ 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.40 (2020-04-28)
11+
12+
* bug #36566 [PhpUnitBridge] Use COMPOSER_BINARY env var if available (fancyweb)
13+
* bug #36560 [YAML] escape DEL(\x7f) (sdkawata)
14+
* bug #36539 [PhpUnitBridge] fix compatibility with phpunit 9 (garak)
15+
* bug #36555 [Cache] skip APCu in chains when the backend is disabled (nicolas-grekas)
16+
* bug #36523 [Form] apply automatically step=1 for datetime-local input (ottaviano)
17+
* bug #36498 [Security/Core] fix escape for username in LdapBindAuthenticationProvider.php (stoccc)
18+
* bug #36506 [FrameworkBundle] Fix session.attribute_bag service definition (fancyweb)
19+
* bug #36490 [HttpFoundation] workaround PHP bug in the session module (nicolas-grekas)
20+
* bug #36483 [SecurityBundle] fix accepting env vars in remember-me configurations (zek)
21+
* bug #36343 [Form] Fixed handling groups sequence validation (HeahDude)
22+
* bug #36460 [Cache] Avoid memory leak in TraceableAdapter::reset() (lyrixx)
23+
* bug #36411 [Form] RepeatedType should always have inner types mapped (biozshock)
24+
* bug #36441 [DI] fix loading defaults when using the PHP-DSL (nicolas-grekas)
25+
* bug #36434 [HttpKernel] silence E_NOTICE triggered since PHP 7.4 (xabbuh)
26+
* bug #36365 [Validator] Fixed default group for nested composite constraints (HeahDude)
27+
* bug #35591 [Validator] do not merge constraints within interfaces (greedyivan)
28+
* bug #36375 [Workflow] Use a strict comparison when retrieving raw marking in MarkingStore (lyrixx)
29+
* bug #36305 [PropertyInfo][ReflectionExtractor] Check the array mutator prefixes last when the property is singular (fancyweb)
30+
* bug #35656 [HttpFoundation] Fixed session migration with custom cookie lifetime (Guite)
31+
* bug #36315 [WebProfilerBundle] Support for Content Security Policy style-src-elem and script-src-elem in WebProfiler (ampaze)
32+
* bug #36286 [Validator] Allow URL-encoded special characters in basic auth part of URLs (cweiske)
33+
* bug #36332 [Serializer] Fix unitialized properties (from PHP 7.4.2) when serializing context for the cache key (alanpoulain)
34+
* bug #36239 [HttpKernel][LoggerDataCollector] Prevent keys collisions in the sanitized logs processing (fancyweb)
35+
* bug #36245 [Validator] Fixed calling getters before resolving groups (HeahDude)
36+
* bug #36252 [Security/Http] Allow setting cookie security settings for delete_cookies (wouterj)
37+
* bug #36261 [FrameworkBundle] revert to legacy wiring of the session when circular refs are detected (nicolas-grekas)
38+
1039
* 3.4.39 (2020-03-30)
1140

1241
* bug #36216 [Validator] Assert Valid with many groups (phucwan91)

0 commit comments

Comments
 (0)