8000 fix order of items in upgrade file · symfony/symfony@3bbf9da · GitHub
[go: up one dir, main page]

Skip to content

Commit 3bbf9da

Browse files
committed
fix order of items in upgrade file
1 parent 431a769 commit 3bbf9da

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

UPGRADE-4.4.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
UPGRADE FROM 4.3 to 4.4
22
=======================
33

4-
HttpKernel
5-
----------
6-
7-
* The `DebugHandlersListener` class has been marked as `final`
8-
94
DependencyInjection
105
-------------------
116

@@ -46,30 +41,31 @@ DependencyInjection
4641
arguments: [!tagged_iterator app.handler]
4742
```
4843

49-
HttpClient
50-
----------
51-
52-
* Added method `cancel()` to `ResponseInterface`
53-
5444
FrameworkBundle
5545
---------------
5646

47+
* Deprecated support for `templating` engine in `TemplateController`, use Twig instead
5748
* The `$parser` argument of `ControllerResolver::__construct()` and `DelegatingLoader::__construct()`
5849
has been deprecated.
5950
* The `ControllerResolver` and `DelegatingLoader` classes have been marked as `final`.
6051
* The `controller_name_converter` and `resolve_controller_name_subscriber` services have been deprecated.
6152

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+
6263
Messenger
6364
---------
6465

6566
* Deprecated passing a `ContainerInterface` instance as first argument of the `ConsumeMessagesCommand` constructor,
6667
pass a `RoutableMessageBus` instance instead.
6768

68-
FrameworkBundle
69-
---------------
70-
71-
* Deprecated support for `templating` engine in `TemplateController`, use Twig instead
72-
7369
MonologBridge
7470
--------------
7571

0 commit comments

Comments
 (0)
0