8000 Display orphaned events in profiler by mateuszsip · Pull Request #24392 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Display orphaned events in profiler #24392

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Deprecations documented in UPGRADE
  • Loading branch information
mateuszsip committed Dec 28, 2017
commit e53b7f32b75d8d759af5c49ee44f56d37a1cdef4
5 changes: 5 additions & 0 deletions UPGRADE-4.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
UPGRADE FROM 4.0 to 4.1
=======================

Event Dispatcher
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EventDispatcher (that's the name of the component :))

----------------

* The `TraceableEventDispatcherInterface` has been deprecated and will be removed in 5.0.

HttpFoundation
--------------

Expand Down
5 changes: 5 additions & 0 deletions UPGRADE-5.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
UPGRADE FROM 4.x to 5.0
=======================

Event Dispatcher
----------------

* The `TraceableEventDispatcherInterface` has been removed.

HttpFoundation
--------------

Expand Down
3 changes: 2 additions & 1 deletion src/Symfony/Component/EventDispatcher/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ CHANGELOG
4.1.0
-----

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

4.0.0
-----
Expand Down
0