8000 Deprecations documented in UPGRADE · symfony/symfony@fb16cfa · GitHub
[go: up one dir, main page]

Skip to content

Commit fb16cfa

Browse files
committed
Deprecations documented in UPGRADE
1 parent 71156ae commit fb16cfa

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

UPGRADE-4.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
UPGRADE FROM 4.0 to 4.1
22
=======================
33

4+
Event Dispatcher
5+
-----------
6+
7+
* The `TraceableEventDispatcherInterface` has been deprecated and will be removed in 5.0.
8+
49
Security
510
--------
611

UPGRADE-5.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
UPGRADE FROM 4.x to 5.0
22
=======================
33

4+
Event Dispatcher
5+
-----------
6+
7+
* The `TraceableEventDispatcherInterface` has been removed.
8+
49
Security
510
--------
611

src/Symfony/Component/EventDispatcher/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ CHANGELOG
44
4.1.0
55
-----
66

7-
* The method `TraceableEventDispatcher::getOrphanedEvents()` has been added.
7+
* The `TraceableEventDispatcher::getOrphanedEvents()` method has been added.
8+
* The `TraceableEventDispatcherInterface` has been deprecated and will be removed in 5.0.
89

910
4.0.0
1011
-----

0 commit comments

Comments
 (0)
0