minor #38370 [DI] Fix changelog (ro0NL)

This PR was merged into the 5.1 branch.

Discussion
----------

[DI] Fix changelog

| Q             | A
| ------------- | ---
| Branch?       | 5.1
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->

This one's confusing with L7, the actual deprecation.

Commits
-------

d784b50da3 [DI] Fix changelog
This commit is contained in:
Nicolas Grekas 2020-10-01 14:24:47 +02:00
commit 0906428b9f
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ CHANGELOG
* allowed loading and dumping tags with an attribute named "name"
* deprecated `Definition::getDeprecationMessage()`, use `Definition::getDeprecation()` instead
* deprecated `Alias::getDeprecationMessage()`, use `Alias::getDeprecation()` instead
* deprecated PHP-DSL's `inline()` function, use `service()` instead
* added support of PHP8 static return type for withers
* added `AliasDeprecatedPublicServicesPass` to deprecate public services to private