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

Skip to content

Commit 4838d5d

Browse files
committed
minor #20985 [DI] update changelog and upgrade files (xabbuh, javiereguiluz)
This PR was merged into the 3.3-dev branch. Discussion ---------- [DI] update changelog and upgrade files | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #20634 | License | MIT | Doc PR | Commits ------- ad7afe0 Added a needed blank line d2b4996 [DI] update changelog and upgrade files
2 parents c49f14f + ad7afe0 commit 4838d5d

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

UPGRADE-3.3.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ClassLoader
1010
DependencyInjection
1111
-------------------
1212

13+
* Using the `PhpDumper` with an uncompiled `ContainerBuilder` is deprecated and
14+
will not be supported anymore in 4.0.
15+
1316
* The `DefinitionDecorator` class is deprecated and will be removed in 4.0, use
1417
the `ChildDefinition` class instead.
1518

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)