[DI] update changelog and upgrade files

This commit is contained in:
Christian Flothmann 2016-12-19 10:27:55 +01:00
parent dd1fd31d7a
commit d2b499636c
3 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,8 @@ ClassLoader
DependencyInjection DependencyInjection
------------------- -------------------
* Using the `PhpDumper` with an uncompiled `ContainerBuilder` is deprecated and
will not be supported anymore in 4.0.
* The `DefinitionDecorator` class is deprecated and will be removed in 4.0, use * The `DefinitionDecorator` class is deprecated and will be removed in 4.0, use
the `ChildDefinition` class instead. the `ChildDefinition` class instead.

View File

@ -22,6 +22,9 @@ Debug
DependencyInjection DependencyInjection
------------------- -------------------
* Using the `PhpDumper` with an uncompiled `ContainerBuilder` is not supported
anymore.
* The `DefinitionDecorator` class has been removed. Use the `ChildDefinition` * The `DefinitionDecorator` class has been removed. Use the `ChildDefinition`
class instead. class instead.

View File

@ -4,6 +4,9 @@ CHANGELOG
3.3.0 3.3.0
----- -----
* Using the `PhpDumper` with an uncompiled `ContainerBuilder` is deprecated and
will not be supported anymore in 4.0.
* deprecated the `DefinitionDecorator` class in favor of `ChildDefinition` * deprecated the `DefinitionDecorator` class in favor of `ChildDefinition`
3.2.0 3.2.0