File tree 1 file changed +11
-15
lines changed
1 file changed +11
-15
lines changed Original file line number Diff line number Diff line change 1
1
UPGRADE FROM 4.3 to 4.4
2
2
=======================
3
3
4
- HttpKernel
5
- ----------
6
-
7
- * The ` DebugHandlersListener ` class has been marked as ` final `
8
-
9
4
DependencyInjection
10
5
-------------------
11
6
@@ -46,30 +41,31 @@ DependencyInjection
46
41
arguments: [!tagged_iterator app.handler]
47
42
` ` `
48
43
49
- HttpClient
50
- ----------
51
-
52
- * Added method `cancel()` to `ResponseInterface`
53
-
54
44
FrameworkBundle
55
45
---------------
56
46
47
+ * Deprecated support for `templating` engine in `TemplateController`, use Twig instead
57
48
* The `$parser` argument of `ControllerResolver::__construct()` and `DelegatingLoader::__construct()`
58
49
has been deprecated.
59
50
* The `ControllerResolver` and `DelegatingLoader` classes have been marked as `final`.
60
51
* The `controller_name_converter` and `resolve_controller_name_subscriber` services have been deprecated.
61
52
53
+ HttpClient
54
+ ----------
55
+
56
+ * Added method `cancel()` to `ResponseInterface`
57
+
58
+ HttpKernel
59
+ ----------
60
+
61
+ * The `DebugHandlersListener` class has been marked as `final`
62
+
62
63
Messenger
63
64
---------
64
65
65
66
* Deprecated passing a `ContainerInterface` instance as first argument of the `ConsumeMessagesCommand` constructor,
66
67
pass a `RoutableMessageBus` instance instead.
67
68
68
- FrameworkBundle
69
- ---------------
70
-
71
- * Deprecated support for `templating` engine in `TemplateController`, use Twig instead
72
-
73
69
MonologBridge
74
70
--------------
75
71
You can’t perform that action at this time.
0 commit comments