File tree 3 files changed +122
-67
lines changed
Filter options
src/Symfony/Component/HttpKernel
3 files changed +122
-67
lines changed
Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ 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.44 (2020-08-31)
11
+
12
+ * bug #37949 [ Yaml] fix more numeric cases changing in PHP 8 (xabbuh)
13
+ * bug #37921 [ Yaml] account for is_numeric() behavior changes in PHP 8 (xabbuh)
14
+ * bug #37912 [ ExpressionLanguage] fix passing arguments to call_user_func_array() on PHP 8 (xabbuh)
15
+ * bug #37853 [ Validator] ensure that the validator is a mock object for backwards-compatibility (xabbuh)
16
+ * bug #37845 [ Serializer] Fix variadic support when using type hints (fabpot)
17
+ * bug #37725 [ Form] Fix Guess phpdoc return type (franmomu)
18
+ * bug #37771 Use PHPUnit 9.3 on php 8 (derrabus)
19
+ * bug #35843 [ Validator] Add target guards for Composite nested constraints (ogizanagi)
20
+ * bug #37744 [ Yaml] Fix for #36624 ; Allow PHP constant as first key in block (jnye)
21
+ * bug #37767 [ Form] fix mapping errors from unmapped forms (xabbuh)
22
+ * bug #37763 Fix deprecated libxml_disable_entity_loader (jderusse)
23
+ * bug #37774 [ Console] Make sure we pass a numeric array of arguments to call_user_func_array() (derrabus)
24
+ * bug #37701 [ Serializer] Fix that it will never reach DOMNode (TNAJanssen)
25
+ * bug #37671 [ Cache] fix saving no-expiry items with ArrayAdapter (philipp-kolesnikov)
26
+ * bug #37700 [ VarDumper] Improve previous fix on light array coloration (l-vo)
27
+
10
28
* 3.4.43 (2020-07-24)
11
29
12
30
* bug #37635 [ Cache] fix catching auth errors (nicolas-grekas)
You can’t perform that action at this time.
0 commit comments