From fb28ee9d2e97d709422934c3f45c5093f9ddb421 Mon Sep 17 00:00:00 2001 From: "Uwe.Tews@googlemail.com" Date: Sat, 21 Jun 2014 08:56:11 +0000 Subject: [PATCH] - bugfix template variables could not be passed as paramter in {include} when the include was in a {nocache} section (topic 25131) --- change_log.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/change_log.txt b/change_log.txt index 2f60c987..ac92676a 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,7 @@ ===== 3.1.19-dev ===== (xx.xx.2014) + 20.06.2014 + - bugfix template variables could not be passed as paramter in {include} when the include was in a {nocache} section (topic 25131) + 17.06.2014 - bugfix large template text of some charsets could cause parsing errors (topic 24630)