8000 Merge pull request #27424 from fabpot/release-4.1.0 · alcalyn/symfony@5826104 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5826104

Browse files
authored
Merge pull request symfony#27424 from fabpot/release-4.1.0
released v4.1.0
2 parents 79adbcc + 1d9e422 commit 5826104

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG-4.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ in 4.1 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/v4.1.0...v4.1.1
99

10+
* 4.1.0 (2018-05-30)
11+
12+
* bug #27420 Revert "feature #26702 Mark ExceptionInterfaces throwable (ostrolucky)" (nicolas-grekas)
13+
* bug #27415 Insert correct parameter_bag service in AbstractController (curry684)
14+
1015
* 4.1.0-BETA3 (2018-05-26)
1116

1217
* bug #27388 [Routing] Account for greediness when merging route patterns (nicolas-grekas)

src/Symfony/Component/HttpKernel/Kernel.php

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

66-
const VERSION = '4.1.0-DEV';
66+
const VERSION = '4.1.0';
6767
const VERSION_ID = 40100;
6868
const MAJOR_VERSION = 4;
6969
const MINOR_VERSION = 1;
7070
const RELEASE_VERSION = 0;
71-
const EXTRA_VERSION = 'DEV';
71+
const EXTRA_VERSION = '';
7272

7373
const END_OF_MAINTENANCE = '01/2019';
7474
const END_OF_LIFE = '07/2019';

0 commit comments

Comments
 (0)
0