diff --git a/UPGRADE-2.2.md b/UPGRADE-2.2.md index 5675db0883..bd972ba810 100644 --- a/UPGRADE-2.2.md +++ b/UPGRADE-2.2.md @@ -10,13 +10,6 @@ `MongoDate` instead of `MongoTimestamp`, which also makes it possible to use TTL collections in MongoDB 2.2+ instead of relying on the `gc()` method. -### Routing - - * A new parameter has been added to the DIC: `router.request_context.base_url` - You can customize it for your functional tests or for generating urls with - the right base url when your are in the cli context. - - #### Deprecations * The `Request::splitHttpAcceptHeader()` is deprecated and will be removed in 2.3. diff --git a/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md b/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md index f652d53195..5b4535fde5 100644 --- a/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md +++ b/src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md @@ -7,6 +7,9 @@ CHANGELOG * replaced Symfony\Bundle\FrameworkBundle\Controller\TraceableControllerResolver by Symfony\Component\HttpKernel\Controller\TraceableControllerResolver * replaced Symfony\Component\HttpKernel\Debug\ContainerAwareTraceableEventDispatcher by Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher * added Client::enableProfiler() + * A new parameter has been added to the DIC: `router.request_context.base_url` + You can customize it for your functional tests or for generating urls with + the right base url when your are in the cli context. 2.1.0 -----