From d2b499636cc41a4811d9b74efee7131ff97a34d1 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 19 Dec 2016 10:27:55 +0100 Subject: [PATCH] [DI] update changelog and upgrade files --- UPGRADE-3.3.md | 2 ++ UPGRADE-4.0.md | 3 +++ src/Symfony/Component/DependencyInjection/CHANGELOG.md | 3 +++ 3 files changed, 8 insertions(+) diff --git a/UPGRADE-3.3.md b/UPGRADE-3.3.md index d41d180893..734deb1d8e 100644 --- a/UPGRADE-3.3.md +++ b/UPGRADE-3.3.md @@ -9,6 +9,8 @@ ClassLoader 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 `ChildDefinition` class instead. diff --git a/UPGRADE-4.0.md b/UPGRADE-4.0.md index e936549ba6..0da7138810 100644 --- a/UPGRADE-4.0.md +++ b/UPGRADE-4.0.md @@ -22,6 +22,9 @@ Debug DependencyInjection ------------------- + * Using the `PhpDumper` with an uncompiled `ContainerBuilder` is not supported + anymore. + * The `DefinitionDecorator` class has been removed. Use the `ChildDefinition` class instead. diff --git a/src/Symfony/Component/DependencyInjection/CHANGELOG.md b/src/Symfony/Component/DependencyInjection/CHANGELOG.md index 05d5ad3d07..aaa9574ef8 100644 --- a/src/Symfony/Component/DependencyInjection/CHANGELOG.md +++ b/src/Symfony/Component/DependencyInjection/CHANGELOG.md @@ -4,6 +4,9 @@ CHANGELOG 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` 3.2.0