Skip to content

Commit fd65bcc

Browse files
committed
minor #21662 add missing changelog for deprecated strict attribute (dbu)
This PR was merged into the 3.3-dev branch. Discussion ---------- add missing changelog for deprecated strict attribute | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - since #21058, 3.3 triggers a deprecation when using the strict attribute. luckily wouter managed to find the reason and we figured out we can simply delete the attribute. having an upgrade file entry would make it easier to find the reason for the deprecation and be sure what to do. (assuming i understood the implications correctly) Commits ------- 2c5f879 add missing changelog for deprecated strict attribute
2 parents 0476eb5 + 2c5f879 commit fd65bcc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

UPGRADE-3.3.md

+3
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

+3
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)