2.14.0
·
9 commits
to master
since this release
Included commits: 2.13.0...2.14.0
Fixes
- Fixed error page rendering to display 404 and other HTTP error pages correctly by using direct Twig rendering instead of sub-request handling.
Breaking Changes
ErrorController::error404Action()is not executed anymore, which may be a breaking change for projects that implement custom logic in this controller.