Skip to content

Commit 0defe53

Browse files
committed
Update CHANGELOG for 3.4.44
1 parent a430ccb commit 0defe53

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG-3.4.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ 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.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+
1028
* 3.4.43 (2020-07-24)
1129

1230
* bug #37635 [Cache] fix catching auth errors (nicolas-grekas)

0 commit comments

Comments
 (0)