File tree 4 files changed +16
-8
lines changed
4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 4.1.0
5
+ -----
6
+
7
+ * added information about orphaned events
8
+
4
9
4.0.0
5
10
-----
6
11
@@ -12,7 +17,6 @@ CHANGELOG
12
17
3.4.0
13
18
-----
14
19
15
- * added information about orphaned events
16
20
* Deprecated the ` web_profiler.position ` config option (in 4.0 version the toolbar
17
21
will always be displayed at the bottom) and the ` web_profiler.debug_toolbar.position `
18
22
container parameter.
Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 4.1.0
5
+ -----
6
+
7
+ * The method ` TraceableEventDispatcher::getOrphanedEvents() ` has been added.
8
+
4
9
4.0.0
5
10
-----
6
11
@@ -12,11 +17,6 @@ CHANGELOG
12
17
13
18
* Implementing ` TraceableEventDispatcherInterface ` without the ` reset() ` method has been deprecated.
14
19
15
- 3.4.0
16
- -----
17
-
18
- * The method ` TraceableEventDispatcher::getOrphanedEvents() ` has been added.
19
-
20
20
3.3.0
21
21
-----
22
22
Original file line number Diff line number Diff line change 14
14
use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
15
16
16
/**
17
- * @deprecated since version 3.4 , will be removed in 4 .0.
17
+ * @deprecated since version 4.1 , will be removed in 5 .0.
18
18
*
19
19
* @author Fabien Potencier <[email protected] >
20
20
*/
Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 4.1.0
5
+ -----
6
+
7
+ * added orphaned events support to ` EventDataCollector `
8
+
4
9
4.0.0
5
10
-----
6
11
@@ -28,7 +33,6 @@ CHANGELOG
28
33
3.4.0
29
34
-----
30
35
31
- * added orphaned events support to ` EventDataCollector `
32
36
* added a minimalist PSR-3 ` Logger ` class that writes in ` stderr `
33
37
* made kernels implementing ` CompilerPassInterface ` able to process the container
34
38
* deprecated bundle inheritance
You can’t perform that action at this time.
0 commit comments