diff --git a/UPGRADE-5.1.md b/UPGRADE-5.1.md index f6fd1155ff..d73727237c 100644 --- a/UPGRADE-5.1.md +++ b/UPGRADE-5.1.md @@ -71,6 +71,7 @@ NodeBundle * 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. * Button to export page template is now disabled by default. You can enable it by setting the `enable_export_page_template` value to true inside the `kunstmaan_node` configuration. + * 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 ------------