File tree 3 files changed +6
-3
lines changed
src/Symfony/Bundle/FrameworkBundle
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ FrameworkBundle
47
47
` ` `
48
48
49
49
* Deprecated ` Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser`
50
- * A `RouterInterface` that does not implement the `WarmableInterface` is deprecated.
50
+ * Warming up a router in `RouterCacheWarmer` that does not implement the `WarmableInterface` is deprecated and will not be
51
+ supported anymore in 5.0.
51
52
* The `RequestDataCollector` class has been deprecated. Use the `Symfony\Component\HttpKernel\DataCollector\RequestDataCollector` class instead.
52
53
53
54
HttpFoundation
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ FrameworkBundle
45
45
_controller : app.my_controller::myAction
46
46
` ` `
47
47
48
- * Removed ` Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser`
49
- * Using a `RouterInterface ` that does not implement the `WarmableInterface` is not supported anymore.
48
+ * Removed ` Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser`.
49
+ * Warming up a router in `RouterCacheWarmer ` that does not implement the `WarmableInterface` is not supported anymore.
50
50
* The `RequestDataCollector` class has been removed. Use the `Symfony\Component\HttpKernel\DataCollector\RequestDataCollector` class instead.
51
51
52
52
HttpFoundation
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ CHANGELOG
9
9
* Allowed the ` Router ` to work with any PSR-11 container
10
10
* Added option in workflow dump command to label graph with a custom label
11
11
* Using a ` RouterInterface ` that does not implement the ` WarmableInterface ` is deprecated.
12
+ * Warming up a router in ` RouterCacheWarmer ` that does not implement the ` WarmableInterface ` is deprecated and will not
13
+ be supported anymore in 5.0.
12
14
* The ` RequestDataCollector ` class has been deprecated. Use the ` Symfony\Component\HttpKernel\DataCollector\RequestDataCollector ` class instead.
13
15
* The ` RedirectController ` class allows for 307/308 HTTP status codes
14
16
* Deprecated ` bundle:controller:action ` syntax to reference controllers. Use ` serviceOrFqcn::method ` instead where ` serviceOrFqcn `
You can’t perform that action at this time.
0 commit comments