Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d7f1e2c

Browse filesBrowse files
authored
Merge pull request #37997 from fabpot/release-3.4.44
released v3.4.44
2 parents a430ccb + b1e6524 commit d7f1e2c
Copy full SHA for d7f1e2c

File tree

3 files changed

+122
-67
lines changed
Filter options

3 files changed

+122
-67
lines changed

‎CHANGELOG-3.4.md

Copy file name to clipboardExpand all lines: CHANGELOG-3.4.md
+18Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.