Skip to content

Commit

Permalink
remove upgrade instructions for kernel.root_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Nov 29, 2017
1 parent b4afeb2 commit 9897da4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions UPGRADE-3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions UPGRADE-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9897da4

Please sign in to comment.