From 706d1a8664950119df371b3300856e98b1203bde Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 15 Jul 2015 19:37:57 +0200 Subject: [PATCH] mention added method in upgrade docs This commit documents the addition of the `remove()` method to the `ParameterBagInterface` which was done in #15219. --- UPGRADE-3.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADE-3.0.md b/UPGRADE-3.0.md index 29c120a969..fc1f11b3a2 100644 --- a/UPGRADE-3.0.md +++ b/UPGRADE-3.0.md @@ -94,6 +94,8 @@ UPGRADE FROM 2.x to 3.0 ### DependencyInjection + * The method `remove` was added to `Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface`. + * The methods `Definition::setFactoryClass()`, `Definition::setFactoryMethod()`, and `Definition::setFactoryService()` have been removed in favor of `Definition::setFactory()`. Services defined using