summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2015-12-24 05:52:41 +0100
committeruwetews <uwe.tews@googlemail.com>2015-12-24 05:52:41 +0100
commit2ebacc3b545e987bbe768bd0bed3594a4c71123e (patch)
treece69f160ef99edf9ede52f970515507b8275b487 /change_log.txt
parent297f47a15ad95340d8663e54caa6328aa81e1333 (diff)
downloadsmarty-2ebacc3b545e987bbe768bd0bed3594a4c71123e.tar.gz
smarty-2ebacc3b545e987bbe768bd0bed3594a4c71123e.tar.bz2
smarty-2ebacc3b545e987bbe768bd0bed3594a4c71123e.zip
- bugfix post filter did fail on template inheritance https://github.com/smarty-php/smarty/issues/144
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/change_log.txt b/change_log.txt
index fd806f9e..f4bc48c0 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,7 +1,8 @@
 ===== 3.1.30-dev ===== (xx.xx.xx)
24.12.2015
- new feature Compiler does now observe the template_dir setting and will create separate compiled files if required
-
+ - bugfix post filter did fail on template inheritance https://github.com/smarty-php/smarty/issues/144
+
23.12.2015
- optimization move internal method decodeProperties back into template object
- optimization move subtemplate processing back into template object