Skip to content

Commit b31c35d

Browse files
committed
[OptionsResolver] Improve the deprecation feature by handling package + version
1 parent 684ad85 commit b31c35d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ CHANGELOG
1414
configure them explicitly instead
1515
* added class `Symfony\Component\DependencyInjection\Dumper\Preloader` to help with preloading on PHP 7.4+
1616
* added tags `container.preload`/`.no_preload` to declare extra classes to preload/services to not preload
17+
* deprecated `Definition::getDeprecationMessage()`, use `Definition::getDeprecation()` instead
18+
* deprecated `Alias::getDeprecationMessage()`, use `Alias::getDeprecation()` instead
1719

1820
5.0.0
1921
-----

0 commit comments

Comments
 (0)