Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a90e461

Browse files
committed
sync upgrade files
1 parent 9c0067b commit a90e461

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

UPGRADE-3.3.md

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

258+
* Deprecated the `kernel.root_dir` parameter. Use the new `kernel.project_dir`
259+
parameter instead.
260+
261+
* Deprecated the `Kernel::getRootDir()` method. Use the new `Kernel::getProjectDir()`
262+
method instead.
263+
258264
* The `Extension::addClassesToCompile()` method has been deprecated and will be removed in 4.0.
259265

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

UPGRADE-4.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,12 @@ HttpFoundation
366366
HttpKernel
367367
----------
368368

369+
* Removed the `kernel.root_dir` parameter. Use the `kernel.project_dir` parameter
370+
instead.
371+
372+
* Removed the `Kernel::getRootDir()` method. Use the `Kernel::getProjectDir()`
373+
method instead.
374+
369375
* The `Extension::addClassesToCompile()` method has been removed.
370376

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

0 commit comments

Comments
 (0)