From b3d58c54a4e40f1e57a33438ad8d2fa165e5389d Mon Sep 17 00:00:00 2001 From: Roland Franssen Date: Sat, 20 May 2017 22:16:10 +0200 Subject: [PATCH] [DI] Added missing deprecation in changelog --- src/Symfony/Component/DependencyInjection/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Symfony/Component/DependencyInjection/CHANGELOG.md b/src/Symfony/Component/DependencyInjection/CHANGELOG.md index 43f445736f55c..eddcd32eac864 100644 --- a/src/Symfony/Component/DependencyInjection/CHANGELOG.md +++ b/src/Symfony/Component/DependencyInjection/CHANGELOG.md @@ -9,6 +9,7 @@ CHANGELOG * deprecated the ability to set or unset a private service with the `Container::set()` method * deprecated the ability to check for the existence of a private service with the `Container::has()` method * deprecated the ability to request a private service with the `Container::get()` method + * deprecated support for generating a dumped `Container` without populating the method map 3.0.0 -----