8000 Merge pull request #23414 from fabpot/release-3.3.4 · suga/symfony@82f7cba · GitHub
[go: up one dir, main page]

Skip to content

Commit 82f7cba

Browse files
authored
Merge pull request symfony#23414 from fabpot/release-3.3.4
released v3.3.4
2 parents 3e84f7d + e81d5d1 commit 82f7cba

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG-3.3.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ in 3.3 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.3.0...v3.3.1
99

10+
* 3.3.4 (2017-07-05)
11+
12+
* bug #23413 [VarDumper] Reduce size of serialized Data objects (nicolas-grekas)
13+
* bug #23385 [DoctrineBridge] Fix resetting entity managers with case sensitive id (chalasr)
14+
* bug #23390 [Cache] Handle APCu failures gracefully (nicolas-grekas)
15+
* bug #23371 [FrameworkBundle] 3.3: Don't get() private services from debug:router (ogizanagi)
16+
* bug #23378 [FrameworkBundle] Do not remove files from assets dir (1ed)
17+
1018
* 3.3.3 (2017-07-04)
1119

1220
* bug #23366 [FrameworkBundle] Don't get() private services from debug:router (chalasr)

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
6161

6262
private $projectDir;
6363

64-
const VERSION = '3.3.4-DEV';
64+
const VERSION = '3.3.4';
6565
const VERSION_ID = 30304;
6666
const MAJOR_VERSION = 3;
6767
const MINOR_VERSION = 3;
6868
const RELEASE_VERSION = 4;
69-
const EXTRA_VERSION = 'DEV';
69+
const EXTRA_VERSION = '';
7070

7171
const END_OF_MAINTENANCE = '01/2018';
7272
const END_OF_LIFE = '07/2018';

0 commit comments

Comments
 (0)
0