diff --git a/UPGRADE-4.1.md b/UPGRADE-4.1.md index 2b23d370cf95e..a38288cd12f88 100644 --- a/UPGRADE-4.1.md +++ b/UPGRADE-4.1.md @@ -1,6 +1,11 @@ UPGRADE FROM 4.0 to 4.1 ======================= +EventDispatcher +--------------- + + * The `TraceableEventDispatcherInterface` has been deprecated and will be removed in 5.0. + HttpFoundation -------------- diff --git a/UPGRADE-5.0.md b/UPGRADE-5.0.md index 4fdb14222921a..705b3d80114c6 100644 --- a/UPGRADE-5.0.md +++ b/UPGRADE-5.0.md @@ -1,6 +1,11 @@ UPGRADE FROM 4.x to 5.0 ======================= +EventDispatcher +--------------- + + * The `TraceableEventDispatcherInterface` has been removed. + HttpFoundation -------------- diff --git a/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md b/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md index e87949cbd3da8..182a804583313 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md +++ b/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +4.1.0 +----- + + * added information about orphaned events + 4.0.0 ----- diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/events.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/events.html.twig index 238096157acc3..d36bad9cda44b 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/events.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/events.html.twig @@ -45,6 +45,26 @@ {% endif %} + +
+ There are no orphaned events. +
++ All dispatched events were handled or an error occurred + when trying to collect orphaned events (in which case check the + logs to get more information). +
+