We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94376a commit 4a63e97Copy full SHA for 4a63e97
src/Symfony/Bundle/TwigBundle/CHANGELOG.md
@@ -8,6 +8,8 @@ CHANGELOG
8
* removed support to load templates from the legacy directories `src/Resources/views/` and `src/Resources/<BundleName>/views/`
9
* removed `TwigEngine` class, use `Twig\Environment` instead
10
* removed `FilesystemLoader` and `NativeFilesystemLoader`, use Twig notation for templates instead
11
+ * updated default value for the `twig.exception_controller` option to `null`
12
+ * removed `ExceptionController` class and all built-in error templates in favor of the new error renderer mechanism
13
14
4.4.0
15
-----
0 commit comments