From 4edb5fce309ad611825bb27c7ad71055905b06f9 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Sat, 8 Nov 2014 21:44:55 +0100 Subject: [PATCH] Update of change log --- change_log.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/change_log.txt b/change_log.txt index bbad08e0..16f2b2a1 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,9 @@ ===== 3.1.22-dev ===== (xx.xx.2014) + 08.11.2014 + - bugfix subtemplate called in nocache mode could be called with wrong compile_id when it did change on one of the calling templates + - improvement add code of template functions called in nocache mode dynamically to cache file (related to bugfix of 01.11.2014) + - bugfix Debug Console did not include all data from merged compiled subtemplates + 04.11.2014 - new feature $smarty->debug = true; => overwrite existing Debug Console window (old behaviour) $smarty->debug = 2; => individual Debug Console window by template name