From d2b499636cc41a4811d9b74efee7131ff97a34d1 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 19 Dec 2016 10:27:55 +0100 Subject: [PATCH 1/2] [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 d41d18089379b..734deb1d8eb35 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 e936549ba649c..0da7138810fb5 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 05d5ad3d07585..aaa9574ef8f77 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 From ad7afe04297879e3f10d690dae0d31b1c16a436f Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 19 Dec 2016 11:40:30 +0100 Subject: [PATCH 2/2] Added a needed blank line --- UPGRADE-3.3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UPGRADE-3.3.md b/UPGRADE-3.3.md index 734deb1d8eb35..c4af5b539d48c 100644 --- a/UPGRADE-3.3.md +++ b/UPGRADE-3.3.md @@ -9,6 +9,7 @@ ClassLoader DependencyInjection ------------------- + * Using the `PhpDumper` with an uncompiled `ContainerBuilder` is deprecated and will not be supported anymore in 4.0.