8000 [2.2] added a way to enable the profiler for the very next request in a functional test by fabpot · Pull Request #4897 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[2.2] added a way to enable the profiler for the very next request in a functional test #4897

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

Merged
merged 4 commits into from
Sep 18, 2012
Merged
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
updated CHANGELOG
  • Loading branch information
fabpot committed Sep 18, 2012
commit 22e9036f8ce7c08b38ef222e5e967e0da0c8b460
5 changes: 5 additions & 0 deletions src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

2.2.0
-----

* added Client::enableProfiler()

2.1.0
-----

Expand Down
0