Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5fdb763

Browse files
committed
Targeting Symfony 4.1
1 parent 038b690 commit 5fdb763

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
4.1.0
5+
-----
6+
7+
* added information about orphaned events
8+
49
4.0.0
510
-----
611

@@ -12,7 +17,6 @@ CHANGELOG
1217
3.4.0
1318
-----
1419

15-
* added information about orphaned events
1620
* Deprecated the `web_profiler.position` config option (in 4.0 version the toolbar
1721
will always be displayed at the bottom) and the `web_profiler.debug_toolbar.position`
1822
container parameter.

src/Symfony/Component/EventDispatcher/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
4.1.0
5+
-----
6+
7+
* The method `TraceableEventDispatcher::getOrphanedEvents()` has been added.
8+
49
4.0.0
510
-----
611

@@ -12,11 +17,6 @@ CHANGELOG
1217

1318
* Implementing `TraceableEventDispatcherInterface` without the `reset()` method has been deprecated.
1419

15-
3.4.0
16-
-----
17-
18-
* The method `TraceableEventDispatcher::getOrphanedEvents()` has been added.
19-
2020
3.3.0
2121
-----
2222

src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
1515

1616
/**
17-
* @deprecated since version 3.4, will be removed in 4.0.
17+
* @deprecated since version 4.1, will be removed in 5.0.
1818
*
1919
* @author Fabien Potencier <[email protected]>
2020
*/

src/Symfony/Component/HttpKernel/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
4.1.0
5+
-----
6+
7+
* added orphaned events support to `EventDataCollector`
8+
49
4.0.0
510
-----
611

@@ -28,7 +33,6 @@ CHANGELOG
2833
3.4.0
2934
-----
3035

31-
* added orphaned events support to `EventDataCollector`
3236
* added a minimalist PSR-3 `Logger` class that writes in `stderr`
3337
* made kernels implementing `CompilerPassInterface` able to process the container
3438
* deprecated bundle inheritance

0 commit comments

Comments
 (0)