Skip to content

Commit 0222860

Browse files
ycerutoTobion
authored andcommitted
[TwigBundle] Add missing CHANGELOG entries and remove deprecated templates
1 parent 475c069 commit 0222860

14 files changed

+2
-542
lines changed

src/Symfony/Bundle/TwigBundle/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ CHANGELOG
88
* removed support to load templates from the legacy directories `src/Resources/views/` and `src/Resources/<BundleName>/views/`
99
* removed `TwigEngine` class, use `Twig\Environment` instead
1010
* 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
1113

1214
4.4.0
1315
-----

src/Symfony/Bundle/TwigBundle/Resources/views/base_js.html.twig

-284
This file was deleted.

0 commit comments

Comments
 (0)