add missing changelog for deprecated strict attribute

This commit is contained in:
David Buchmann 2017-02-18 18:21:29 +01:00
parent d7e8aec54e
commit 2c5f8797b8
2 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,9 @@ DependencyInjection
* The `DefinitionDecorator` class is deprecated and will be removed in 4.0, use
the `ChildDefinition` class instead.
* The ``strict`` attribute in service arguments has been deprecated and will be removed in 4.0.
The attribute is ignored since 3.0, so you can simply remove it.
EventDispatcher
---------------

View File

@ -68,6 +68,9 @@ DependencyInjection
* Requesting a private service with the `Container::get()` method is no longer
supported.
* The ``strict`` attribute in service arguments has been removed.
The attribute is ignored since 3.0, so you can simply remove it.
EventDispatcher
---------------