From 9afe5ec19ff3cfbf480e97c0cf1821ccb6136155 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Fri, 3 May 2024 18:18:00 +0200 Subject: [PATCH] note about twig optional in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8407cd4d..26402d72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Changelog * Removed deprecated `FOS\HttpCacheBundle\UserContext\AnonymousRequestMatcher`, use the `FOS\HttpCache\UserContext\AnonymousRequestMatcher` class. * Removed deprecated `ContextInvalidationLogoutHandler`, use `ContextInvalidationSessionLogoutHandler` instead. +* Fixed service loading to not fail when Twig is not available. 2.x ===