Skip to content

Commit 17ceb6e

Browse files
committed
Update CHANGELOG for 3.4.45
1 parent 5f94d34 commit 17ceb6e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG-3.4.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ 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.45 (2020-09-27)
11+
12+
* bug #38228 [Yaml Parser] Fix edge cases when parsing multiple documents (digilist)
13+
* bug #38229 [Yaml] fix parsing comments not prefixed by a space (xabbuh)
14+
* bug #38131 [Validator] allow consumers to mock all methods (xabbuh)
15+
* bug #37097 DateTime validator support for trailing data (stefankleff)
16+
* bug #38116 [Console] Silence warnings on sapi_windows_cp_set() call (chalasr)
17+
* bug #38114 [Console] guard $argv + $token against null, preventing unnecessary exceptions (bilogic)
18+
* bug #38099 Prevent parsing invalid octal digits as octal numbers (julienfalque)
19+
* bug #38091 [DI] fix ContainerBuilder on PHP8 (nicolas-grekas)
20+
* bug #38080 [Console] Make sure $maxAttempts is an int or null (derrabus)
21+
* bug #38073 [VarDumper] Fix caster for invalid SplFileInfo objects on php 8 (derrabus)
22+
* bug #38071 [PhpUnitBridge] Adjust output parsing of CoverageListenerTrait for PHPUnit 9.3 (sanmai, derrabus)
23+
* bug #38049 [Debug] Parse "x not found" errors correctly on php 8 (derrabus)
24+
* bug #38024 [Console] Fix undefined index for inconsistent command name definition (chalasr)
25+
1026
* 3.4.44 (2020-08-31)
1127

1228
* bug #37949 [Yaml] fix more numeric cases changing in PHP 8 (xabbuh)

0 commit comments

Comments
 (0)