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 67967ff

Browse filesBrowse files
[HttpKernel] Add changelog entry about Extension::addClassesToCompile() deprecation
1 parent ac5cfee commit 67967ff
Copy full SHA for 67967ff

File tree

3 files changed

+9
-4
lines changed
Filter options

3 files changed

+9
-4
lines changed

‎UPGRADE-3.3.md

Copy file name to clipboardExpand all lines: UPGRADE-3.3.md
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ HttpFoundation
252252
HttpKernel
253253
-----------
254254

255+
* The `Extension::addClassesToCompile()` method has been deprecated and will be removed in 4.0.
256+
255257
* The `Psr6CacheClearer::addPool()` method has been deprecated. Pass an array
256258
of pools indexed by name to the constructor instead.
257259

‎UPGRADE-4.0.md

Copy file name to clipboardExpand all lines: UPGRADE-4.0.md
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,8 @@ HttpFoundation
364364
HttpKernel
365365
----------
366366

367+
* The `Extension::addClassesToCompile()` method has been removed.
368+
367369
* Possibility to pass non-scalar values as URI attributes to the ESI and SSI
368370
renderers has been removed. The inline fragment renderer should be used with
369371
non-scalar attributes.

‎src/Symfony/Component/HttpKernel/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/CHANGELOG.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ CHANGELOG
44
3.3.0
55
-----
66

7-
* Added `kernel.project_dir` and `Kernel::getProjectDir()`
8-
* Deprecated `kernel.root_dir` and `Kernel::getRootDir()`
9-
* Deprecated `Kernel::getEnvParameters()`
10-
* Deprecated the special `SYMFONY__` environment variables
7+
* added `kernel.project_dir` and `Kernel::getProjectDir()`
8+
* deprecated `kernel.root_dir` and `Kernel::getRootDir()`
9+
* deprecated `Kernel::getEnvParameters()`
10+
* deprecated the special `SYMFONY__` environment variables
1111
* added the possibility to change the query string parameter used by `UriSigner`
1212
* deprecated `LazyLoadingFragmentHandler::addRendererService()`
13+
* deprecated `Extension::addClassesToCompile()`
1314

1415
3.2.0
1516
-----

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.