File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,12 @@ HttpFoundation
255
255
HttpKernel
256
256
-----------
257
257
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
+
258
264
* The ` Extension::addClassesToCompile() ` method has been deprecated and will be removed in 4.0.
259
265
260
266
* The ` Psr6CacheClearer::addPool() ` method has been deprecated. Pass an array
Original file line number Diff line number Diff line change @@ -366,6 +366,12 @@ HttpFoundation
366
366
HttpKernel
367
367
----------
368
368
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
+
369
375
* The ` Extension::addClassesToCompile() ` method has been removed.
370
376
371
377
* Possibility to pass non-scalar values as URI attributes to the ESI and SSI
You can’t perform that action at this time.
0 commit comments