summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-09-23 20:21:16 +0000
committeruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-09-23 20:21:16 +0000
commit50a8f805dd9a3c327b6cb78ca6d6476802934272 (patch)
tree0113f7d5e387208f3f45933bea6b264f8e9eb0c8 /change_log.txt
parent1d9f527c1e511453ade44bae9e22149c54ba3f11 (diff)
downloadsmarty-50a8f805dd9a3c327b6cb78ca6d6476802934272.tar.gz
smarty-50a8f805dd9a3c327b6cb78ca6d6476802934272.tar.bz2
smarty-50a8f805dd9a3c327b6cb78ca6d6476802934272.zip
- remove unused properties
- optimization use real function instead anonymous function for preg_replace_callback - bugfix a relative {include} in child template blocks failed - bugfix direct setting of $template_dir, $config_dir, $plugins_dir in __construct() of an extended Smarty class created problems
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt
index 6fd3ffa2..4e745526 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,11 @@
===== trunk =====
+23.09.2011
+- remove unused properties
+- optimization use real function instead anonymous function for preg_replace_callback
+- bugfix a relative {include} in child template blocks failed
+- bugfix direct setting of $template_dir, $config_dir, $plugins_dir in __construct() of an
+ extended Smarty class created problems
+
===== Smarty 3.1.1 =====
22.09.2011
- bugfix {foreachelse} does fail if {section} was nested inside {foreach}