This commit is contained in:
Gabriel Caruso 2018-01-02 06:44:36 -02:00 committed by Nicolas Grekas
parent 28485afd45
commit acd0d7c93f
8 changed files with 23 additions and 27 deletions

View File

@ -26,7 +26,6 @@
* The `standalone` option is deprecated and will be replaced with the `strategy` option in 2.3. * The `standalone` option is deprecated and will be replaced with the `strategy` option in 2.3.
* The values `true`, `false`, `js` for the `standalone` option were deprecated and replaced respectively with the `esi`, `inline`, `hinclude` in 2.3. * The values `true`, `false`, `js` for the `standalone` option were deprecated and replaced respectively with the `esi`, `inline`, `hinclude` in 2.3.
Before: Before:
```jinja ```jinja
@ -43,7 +42,6 @@
{{ render(controller('BlogBundle:Post:list', { 'limit': 2 }), { 'strategy': 'hinclude'}) }} {{ render(controller('BlogBundle:Post:list', { 'limit': 2 }), { 'strategy': 'hinclude'}) }}
``` ```
### HttpFoundation ### HttpFoundation
* The MongoDbSessionHandler default field names and timestamp type have changed. * The MongoDbSessionHandler default field names and timestamp type have changed.

View File

@ -245,7 +245,6 @@ Validator
->getValidator(); ->getValidator();
``` ```
Yaml Component Yaml Component
-------------- --------------

View File

@ -49,7 +49,6 @@ UPGRADE FROM 2.x to 3.0
`DebugClassLoader`. The difference is that the constructor now takes a `DebugClassLoader`. The difference is that the constructor now takes a
loader to wrap. loader to wrap.
### Config ### Config
* The `__toString()` method of the `\Symfony\Component\Config\ConfigCache` class * The `__toString()` method of the `\Symfony\Component\Config\ConfigCache` class