8000 Merge pull request #26416 from fabpot/release-3.4.6 · DavidPrevot/symfony@874d4d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 874d4d6

Browse files
authored
Merge pull request symfony#26416 from fabpot/release-3.4.6
released v3.4.6
2 parents ab07cdd + 932c275 commit 874d4d6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG-3.4.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ 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.6 (2018-03-05)
11+
12+
* bug #26393 [DI] Skip resource tracking if disabled (chalasr)
13+
* bug #26355 [DI] Fix missing "id" normalization when dumping the container (nicolas-grekas)
14+
* bug #26368 [WebProfilerBundle] Fix Debug toolbar breaks app (xkobal)
15+
* bug #26369 Use fill instead of style for svg colors (rpkamp)
16+
* bug #26358 [FrameworkBundle] Silence "Failed to remove directory" on cache:clear (nicolas-grekas)
17+
1018
* 3.4.5 (2018-03-01)
1119

1220
* bug #26327 [Form][WCAG] Errors sign for people that do not see colors (Nyholm)

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
6767
private $requestStackSize = 0;
6868
private $resetServices = false;
6969

70-
const VERSION = '3.4.6-DEV';
70+
const VERSION = '3.4.6';
7171
const VERSION_ID = 30406;
7272
const MAJOR_VERSION = 3;
7373
const MINOR_VERSION = 4;
7474
const RELEASE_VERSION = 6;
75-
const EXTRA_VERSION = 'DEV';
75+
const EXTRA_VERSION = '';
7676

7777
const END_OF_MAINTENANCE = '11/2020';
7878
const END_OF_LIFE = '11/2021';

0 commit comments

Comments
 (0)
0