@@ -7,6 +7,36 @@ in 4.4 minor versions.
77To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v4.4.0...v4.4.1
99
10+ * 4.4.27 (2021-07-26)
11+
12+ * bug #42212 [ Lock] Handle lock with long key (jderusse)
13+ * bug #42223 [ Debug] [ ErrorHandler ] Do not use the php80 polyfill (nicolas-grekas)
14+ * bug #42207 [ Console] fix table setHeaderTitle without headers (a1812)
15+ * bug #42130 [ Translation] fix fallback to Locale::getDefault() (nicolas-grekas)
16+ * bug #42184 [ Mailer] Make sure Http TransportException is not leaking (Nyholm)
17+ * bug #42150 [ Form] Fix 'invalid_message' use in multiple ChoiceType (alexandre-daubois)
18+ * bug #42174 Indicate compatibility with psr/log 2 and 3 (derrabus)
19+ * bug #42112 [ HttpFoundation] fix FileBag under PHP 8.1 (alexpott)
20+ * bug #42131 [ PhpUnitBridge] Fix composer resolution on Windows (Rainrider)
21+ * bug #42097 [ DependencyInjection] Support for intersection types (derrabus)
22+ * bug #42114 [ HttpFoundation] Fix return types of SessionHandler::gc() (derrabus)
23+ * bug #42099 [ VarDumper] Support for intersection types (derrabus)
24+ * bug #42011 [ Cache] Support decorated Dbal drivers in PdoAdapter (Jeroeny)
25+ * bug #42068 Add a Special Case for Translating Choices in en_US_POSIX (chrisguitarguy)
26+ * bug #42074 Fix ctype_digit deprecation (alexpott)
27+ * bug #42084 [ WebProfilerBundle] Fix the values of some CSS properties (javiereguiluz)
28+ * bug #42079 [ FrameworkBundle] Fixed file operations in Sodium vault seal (javiereguiluz)
29+ * bug #42054 [ DoctrineBridge] fix setting default mapping type to attribute/annotation on php 8/7 respectively (nicolas-grekas)
30+ * bug #42049 [ TwigBridge] do not render the same label id attribute twice (xabbuh)
31+ * bug #42032 [ HttpKernel] recover from failed deserializations (xabbuh)
32+ * bug #41990 [ Lock] fix derivating semaphore from key (nicolas-grekas)
33+ * bug #40529 [ Translation] Missing translations from traits (insekticid)
34+ * bug #41384 Fix SkippedTestSuite (jderusse)
35+ * bug #41966 [ Console] Revert "bug #41952 fix handling positional arguments" (chalasr, nicolas-grekas)
36+ * bug #41905 [ EventDispatcher] Correct the called event listener method case (JJsty1e)
37+ * bug #41952 [ Console] fix handling positional arguments (nicolas-grekas)
38+ * bug #41887 [ PhpUnitBridge] Fix deprecation handler with PHPUnit 10 (YaFou)
39+
1040* 4.4.26 (2021-06-30)
1141
1242 * bug #41893 [ Filesystem] Workaround cannot dumpFile into "protected" folders on Windows (arnegroskurth)
0 commit comments