File tree Expand file tree Collapse file tree 3 files changed +83
-30
lines changed
src/Symfony/Component/HttpKernel Expand file tree Collapse file tree 3 files changed +83
-30
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ 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.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
+
10
26
* 3.4.44 (2020-08-31)
11
27
12
28
* bug #37949 [ Yaml] fix more numeric cases changing in PHP 8 (xabbuh)
You can’t perform that action at this time.
0 commit comments