Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2b4996

Browse files
committed
[DI] update changelog and upgrade files
1 parent dd1fd31 commit d2b4996

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

UPGRADE-3.3.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ClassLoader
99

1010
DependencyInjection
1111
-------------------
12+
* Using the `PhpDumper` with an uncompiled `ContainerBuilder` is deprecated and
13+
will not be supported anymore in 4.0.
1214

1315
* The `DefinitionDecorator` class is deprecated and will be removed in 4.0, use
1416
the `ChildDefinition` class instead.

UPGRADE-4.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Debug
2222
DependencyInjection
2323
-------------------
2424

25+
* Using the `PhpDumper` with an uncompiled `ContainerBuilder` is not supported
26+
anymore.
27+
2528
* The `DefinitionDecorator` class has been removed. Use the `ChildDefinition`
2629
class instead.
2730

src/Symfony/Component/DependencyInjection/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ CHANGELOG
44
3.3.0
55
-----
66

7+
* Using the `PhpDumper` with an uncompiled `ContainerBuilder` is deprecated and
8+
will not be supported anymore in 4.0.
9+
710
* deprecated the `DefinitionDecorator` class in favor of `ChildDefinition`
811

912
3.2.0

0 commit comments

Comments
 (0)