File tree 3 files changed +8
-0
lines changed
src/Symfony/Component/DependencyInjection
3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ ClassLoader
9
9
10
10
DependencyInjection
11
11
-------------------
12
+ * Using the ` PhpDumper ` with an uncompiled ` ContainerBuilder ` is deprecated and
13
+ will not be supported anymore in 4.0.
12
14
13
15
* The ` DefinitionDecorator ` class is deprecated and will be removed in 4.0, use
14
16
the ` ChildDefinition ` class instead.
Original file line number Diff line number Diff line change 22
22
DependencyInjection
23
23
-------------------
24
24
25
+ * Using the ` PhpDumper ` with an uncompiled ` ContainerBuilder ` is not supported
26
+ anymore.
27
+
25
28
* The ` DefinitionDecorator ` class has been removed. Use the ` ChildDefinition `
26
29
class instead.
27
30
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ CHANGELOG
4
4
3.3.0
5
5
-----
6
6
7
+ * Using the ` PhpDumper ` with an uncompiled ` ContainerBuilder ` is deprecated and
8
+ will not be supported anymore in 4.0.
9
+
7
10
* deprecated the ` DefinitionDecorator ` class in favor of ` ChildDefinition `
8
11
9
12
3.2.0
You can’t perform that action at this time.
0 commit comments