sync upgrade files

This commit is contained in:
Christian Flothmann 2017-04-20 15:57:24 +02:00
parent 9c0067b19f
commit a90e46188f
2 changed files with 12 additions and 0 deletions

View File

@ -255,6 +255,12 @@ HttpFoundation
HttpKernel
-----------
* Deprecated the `kernel.root_dir` parameter. Use the new `kernel.project_dir`
parameter instead.
* Deprecated the `Kernel::getRootDir()` method. Use the new `Kernel::getProjectDir()`
method instead.
* The `Extension::addClassesToCompile()` method has been deprecated and will be removed in 4.0.
* The `Psr6CacheClearer::addPool()` method has been deprecated. Pass an array

View File

@ -366,6 +366,12 @@ HttpFoundation
HttpKernel
----------
* Removed the `kernel.root_dir` parameter. Use the `kernel.project_dir` parameter
instead.
* Removed the `Kernel::getRootDir()` method. Use the `Kernel::getProjectDir()`
method instead.
* The `Extension::addClassesToCompile()` method has been removed.
* Possibility to pass non-scalar values as URI attributes to the ESI and SSI