From 5b950ce73f902b381fb5ca859ca036911442c4c8 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 1 Jun 2023 15:17:47 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5160987e4..7956dc3b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # v1.7.41.2 ## 06/01/2023 +1. [](#improved) + * Added the ability to set a configurable 'key' for the Twig Cache Tag: `{% cache 'my-key' 600 %}` 1. [](#bugfix) * Fixed an issue with special characters in slug's would cause redirect loops