8000 [FrameworkBundle] move change note to changelog of FrameworkBundle in… · symfony/symfony@d0e5ef1 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0e5ef1

Browse files
committed
[FrameworkBundle] move change note to changelog of FrameworkBundle instead of master UPGRADE-2.2
1 parent e77ecc9 commit d0e5ef1

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

UPGRADE-2.2.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@
1010
`MongoDate` instead of `MongoTimestamp`, which also makes it possible to use
1111
TTL collections in MongoDB 2.2+ instead of relying on the `gc()` method.
1212

13-
### Routing
14-
15-
* A new parameter has been added to the DIC: `router.request_context.base_url`
16-
You can customize it for your functional tests or for generating urls with
17-
the right base url when your are in the cli context.
18-
19-
2013
#### Deprecations
2114

2215
* The `Request::splitHttpAcceptHeader()` is deprecated and will be removed in 2.3.

src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md

Copy file name to clipboard
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ CHANGELOG
77
* replaced Symfony\Bundle\FrameworkBundle\Controller\TraceableControllerResolver by Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
88
* replaced Symfony\Component\HttpKernel\Debug\ContainerAwareTraceableEventDispatcher by Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
99
* added Client::enableProfiler()
10+
* A new parameter has been added to the DIC: `router.request_context.base_url`
11+
You can customize it for your functional tests or for generating urls with
12+
the right base url when your are in the cli context.
1013

1114
2.1.0
1215
-----

0 commit comments

Comments
 (0)
0