Skip to content

Commit

Permalink
fix order of items in upgrade file
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jun 21, 2019
1 parent 431a769 commit 3bbf9da
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions UPGRADE-4.4.md
@@ -1,11 +1,6 @@
UPGRADE FROM 4.3 to 4.4
=======================

HttpKernel
----------

* The `DebugHandlersListener` class has been marked as `final`

DependencyInjection
-------------------

Expand Down Expand Up @@ -46,30 +41,31 @@ DependencyInjection
arguments: [!tagged_iterator app.handler]
```

HttpClient
----------

* Added method `cancel()` to `ResponseInterface`

FrameworkBundle
---------------

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

HttpClient
----------

* Added method `cancel()` to `ResponseInterface`

HttpKernel
----------

* The `DebugHandlersListener` class has been marked as `final`

Messenger
---------

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

FrameworkBundle
---------------

* Deprecated support for `templating` engine in `TemplateController`, use Twig instead

MonologBridge
--------------

Expand Down

0 comments on commit 3bbf9da

Please sign in to comment.