From d784b50da3150baa1f8d51c4ad2442385f4cba32 Mon Sep 17 00:00:00 2001 From: Roland Franssen Date: Thu, 1 Oct 2020 14:14:45 +0200 Subject: [PATCH] [DI] Fix changelog --- src/Symfony/Component/DependencyInjection/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Component/DependencyInjection/CHANGELOG.md b/src/Symfony/Component/DependencyInjection/CHANGELOG.md index 8f1cddfe65..94b6985fbb 100644 --- a/src/Symfony/Component/DependencyInjection/CHANGELOG.md +++ b/src/Symfony/Component/DependencyInjection/CHANGELOG.md @@ -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