Skip to content

Commit 9897da4

Browse files
committed
remove upgrade instructions for kernel.root_dir
1 parent b4afeb2 commit 9897da4

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

UPGRADE-3.3.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,6 @@ HttpFoundation
254254
HttpKernel
255255
-----------
256256

257-
* Deprecated the `kernel.root_dir` parameter. Use the new `kernel.project_dir`
258-
parameter instead.
259-
260-
* Deprecated the `Kernel::getRootDir()` method. Use the new `Kernel::getProjectDir()`
261-
method instead.
262-
263257
* The `Extension::addClassesToCompile()` and `Extension::getClassesToCompile()` methods have been deprecated and will be removed in 4.0.
264258

265259
* The `Psr6CacheClearer::addPool()` method has been deprecated. Pass an array

UPGRADE-4.0.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -361,12 +361,6 @@ HttpFoundation
361361
HttpKernel
362362
----------
363363

364-
* Removed the `kernel.root_dir` parameter. Use the `kernel.project_dir` parameter
365-
instead.
366-
367-
* Removed the `Kernel::getRootDir()` method. Use the `Kernel::getProjectDir()`
368-
method instead.
369-
370364
* The `Extension::addClassesToCompile()` and `Extension::getClassesToCompile()` methods have been removed.
371365

372366
* Possibility to pass non-scalar values as URI attributes to the ESI and SSI

0 commit comments

Comments
 (0)