@@ -25,7 +25,6 @@ CHANGELOG
2525 ` isPopulateDefaultVars() ` methods from the ` Controller\Annotations\View ` class
2626* removed the ` setEngine() ` , ` setTemplate() ` , ` setTemplateData() ` , ` setTemplateVar() ` , ` getEngine() ` ,
2727 ` getTemplate() ` , ` getTemplateData() ` , and ` getTemplateVar() ` methods from the ` View\View ` class
28- * removed the ` fos_rest.templating ` alias and the ` fos_rest.exception.twig_controller ` service
2928* changed the default value of the ` fos_rest.service.templating ` and ` fos_rest.view.default_engine `
3029 options to ` null `
3130* changed the default value of the ` fos_rest.view.force_redirects ` option to the empty array
@@ -66,6 +65,22 @@ CHANGELOG
6665 * ` FOS\RestBundle\Serializer\Normalizer\ExceptionHandler `
6766 * ` FOS\RestBundle\Serializer\Normalizer\ExceptionNormalizer `
6867
68+ * removed the following services and aliases:
69+
70+ * ` fos_rest.exception_listener `
71+ * ` fos_rest.exception.controller `
72+ * ` fos_rest.exception.twig_controller `
73+ * ` fos_rest.routing.loader.controller `
74+ * ` fos_rest.routing.loader.directory `
75+ * ` fos_rest.routing.loader.processor `
76+ * ` fos_rest.routing.loader.reader.controller `
77+ * ` fos_rest.routing.loader.reader.action `
78+ * ` fos_rest.routing.loader.xml_collection `
79+ * ` fos_rest.routing.loader.yaml_collection `
80+ * ` fos_rest.serializer.exception_normalizer.jms `
81+ * ` fos_rest.serializer.exception_normalizer.symfony `
82+ * ` fos_rest.templating `
83+
6984* the following classes are marked as ` internal ` (backwards compatibility will no longer be guaranteed):
7085
7186 * ` FOS\RestBundle\DependencyInjection\Compiler\HandlerRegistryDecorationPass `
0 commit comments