Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a90e461

Browse filesBrowse files
committed
sync upgrade files
1 parent 9c0067b commit a90e461
Copy full SHA for a90e461

File tree

2 files changed

+12
-0
lines changed
Filter options

2 files changed

+12
-0
lines changed

‎UPGRADE-3.3.md

Copy file name to clipboardExpand all lines: UPGRADE-3.3.md
+6Lines 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

Copy file name to clipboardExpand all lines: UPGRADE-4.0.md
+6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.