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