File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
src/Symfony/Component/HttpKernel Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,10 @@ Mailer
92
92
HttpKernel
93
93
----------
94
94
95
- * Deprecate ` Extension::addAnnotatedClassesToCompile() ` and related code infrastructure
95
+ * The ` Extension ` class is marked as internal, extend the ` Extension ` class from the DependencyInjection component instead
96
+ * Deprecate ` Extension::addAnnotatedClassesToCompile() `
97
+ * Deprecate ` AddAnnotatedClassesToCachePass `
98
+ * Deprecate the ` setAnnotatedClassCache() ` and ` getAnnotatedClassesToCompile() ` methods of the ` Kernel ` class
96
99
97
100
SecurityBundle
98
101
--------------
Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ CHANGELOG
9
9
* Add ` $validationFailedStatusCode ` argument to ` #[MapQueryParameter] ` that allows setting a custom HTTP status code when validation fails
10
10
* Add ` NearMissValueResolverException ` to let value resolvers report when an argument could be under their watch but failed to be resolved
11
11
* Add ` $type ` argument to ` #[MapRequestPayload] ` that allows mapping a list of items
12
- * Deprecate ` Extension::addAnnotatedClassesToCompile() ` and related code infrastructure
12
+ * The ` Extension ` class is marked as internal, extend the ` Extension ` class from the DependencyInjection component instead
13
+ * Deprecate ` Extension::addAnnotatedClassesToCompile() `
14
+ * Deprecate ` AddAnnotatedClassesToCachePass `
15
+ * Deprecate the ` setAnnotatedClassCache() ` and ` getAnnotatedClassesToCompile() ` methods of the ` Kernel ` class
13
16
* Add ` #[MapUploadedFile] ` attribute to fetch, validate, and inject uploaded files into controller arguments
14
17
15
18
7.0
You can’t perform that action at this time.
0 commit comments