summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2015-12-25 09:10:39 +0100
committeruwetews <uwe.tews@googlemail.com>2015-12-25 09:10:39 +0100
commitfdd20dd4f18ae927e97c20e4b8e5b577680318dd (patch)
tree7c0ea2d790c2aca7bf2cf6762414844790a3e8a5 /change_log.txt
parent2ebacc3b545e987bbe768bd0bed3594a4c71123e (diff)
downloadsmarty-fdd20dd4f18ae927e97c20e4b8e5b577680318dd.tar.gz
smarty-fdd20dd4f18ae927e97c20e4b8e5b577680318dd.tar.bz2
smarty-fdd20dd4f18ae927e97c20e4b8e5b577680318dd.zip
- compile {block} tag code and its processing into classes
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt
index f4bc48c0..bbc45eae 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,7 @@
 ===== 3.1.30-dev ===== (xx.xx.xx)
+ 25.12.2015
+ - compile {block} tag code and its processing into classes
+
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