Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ed6ef2

Browse files
committed
fix changelog
1 parent f9d5d21 commit 4ed6ef2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CHANGELOG
55
---
66

77
* Add autowiring alias for `HttpCache\StoreInterface`
8-
* Add the ability to enable the profiler using a parameter
8+
* Add the ability to enable the profiler using a request query parameter, body parameter or attribute
99
* Deprecate the `AdapterInterface` autowiring alias, use `CacheItemPoolInterface` instead
1010
* Deprecate the public `profiler` service to private
1111
* Deprecate `get()`, `has()`, `getDoctrine()`, and `dispatchMessage()` in `AbstractController`, use method/constructor injection instead

src/Symfony/Component/HttpKernel/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CHANGELOG
44
5.4
55
---
66

7-
* Add the ability to enable the profiler using a parameter
7+
* Add the ability to enable the profiler using a request query parameter, body parameter or attribute
88
* Deprecate `AbstractTestSessionListener::getSession` inject a session in the request instead
99
* Deprecate the `fileLinkFormat` parameter of `DebugHandlersListener`
1010

0 commit comments

Comments
 (0)