From 6815b351d0155e44acea33d15d3d6cb7db2c7ac5 Mon Sep 17 00:00:00 2001 From: Jeroen Thora Date: Fri, 24 Aug 2018 09:59:30 +0200 Subject: [PATCH] [NodeBundle] Add missing upgrade note for PR #2073 --- UPGRADE-5.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UPGRADE-5.1.md b/UPGRADE-5.1.md index 3a9de19327..8ae3feae3e 100644 --- a/UPGRADE-5.1.md +++ b/UPGRADE-5.1.md @@ -70,6 +70,7 @@ NodeBundle * Injecting the container in the `SlugRouter` is deprecated and will be removed in 6.0. Inject the required services instead. * The `service` method of `Kunstmaan\NodeBundle\Entity\PageInterface` is deprecated and will be removed in 6.0. Implement the `Kunstmaan\NodeBundle\Controller\SlugActionInterface` and use the `getControllerAction` method to specify a controller action with your custom page logic instead. + * Injecting the `TemplateEngine` as the first argument in the `RenderContextListener` is deprecated and will be removed in 6.0. Remove the `TemplateEngine` as the first service argument. SearchBundle