minor #25207 [HttpKernel] remove upgrade instructions for kernel.root_dir (xabbuh)

This PR was merged into the 3.3 branch.

Discussion
----------

[HttpKernel] remove upgrade instructions for kernel.root_dir

| Q             | A
| ------------- | ---
| Branch?       | 3.3
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

9897da4c02 remove upgrade instructions for kernel.root_dir
This commit is contained in:
Fabien Potencier 2017-11-29 05:24:40 -08:00
commit 0d433cda7c
2 changed files with 0 additions and 12 deletions

View File

@ -254,12 +254,6 @@ 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()` and `Extension::getClassesToCompile()` methods have been deprecated and will be removed in 4.0.
* The `Psr6CacheClearer::addPool()` method has been deprecated. Pass an array

View File

@ -361,12 +361,6 @@ 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()` and `Extension::getClassesToCompile()` methods have been removed.
* Possibility to pass non-scalar values as URI attributes to the ESI and SSI