8000 add missing changelog for deprecated strict attribute · symfony/symfony@2c5f879 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c5f879

Browse files
committed
add missing changelog for deprecated strict attribute
1 parent d7e8aec commit 2c5f879

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

UPGRADE-3.3.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ DependencyInjection
4444
* The `DefinitionDecorator` class is deprecated and will be removed in 4.0, use
4545
the `ChildDefinition` class instead.
4646

47+
* The ``strict`` attribute in service arguments has been deprecated and will be removed in 4.0.
48+
The attribute is ignored since 3.0, so you can simply remove it.
49+
4750
EventDispatcher
4851
---------------
4952

UPGRADE-4.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ DependencyInjection
6868
* Requesting a private service with the `Container::get()` method is no longer
6969
supported.
7070

71+
* The ``strict`` attribute in service arguments has been removed.
72+
The attribute is ignored since 3.0, so you can simply remove it.
73+
7174
EventDispatcher
7275
---------------
7376

0 commit comments

Comments
 (0)
0