From dd955a17821af4a279ea57b65f5d15e2948c67ec Mon Sep 17 00:00:00 2001 From: "maxime.steinhausser" Date: Mon, 5 Oct 2015 10:14:35 +0200 Subject: [PATCH] [FrameworkBundle] [Routing] DelegatingLoader: remove unused logger --- UPGRADE-3.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADE-3.0.md b/UPGRADE-3.0.md index d7b617f46b746..860d526335e8f 100644 --- a/UPGRADE-3.0.md +++ b/UPGRADE-3.0.md @@ -477,6 +477,8 @@ UPGRADE FROM 2.x to 3.0 interface. The `security.csrf.token_manager` should be used instead. + * The `LoggerInterface` argument was removed from the `Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader` constructor. + ### HttpKernel * The `Symfony\Component\HttpKernel\Log\LoggerInterface` has been removed in