summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-09-26 15:21:50 +0000
committeruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-09-26 15:21:50 +0000
commit709e5e1e84f5a1c2cc6c33e10b98eb00ea8aaf8e (patch)
tree3c5985c19f577d5b7b3952649372d57b56d6049b /change_log.txt
parenta98d83bbf38ab0558bb561b6de76fc10ef4364a3 (diff)
downloadsmarty-709e5e1e84f5a1c2cc6c33e10b98eb00ea8aaf8e.tar.gz
smarty-709e5e1e84f5a1c2cc6c33e10b98eb00ea8aaf8e.tar.bz2
smarty-709e5e1e84f5a1c2cc6c33e10b98eb00ea8aaf8e.zip
- bugfix repeated calls to same subtemplate did not make use of cached template object
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 a34a184f..e3487567 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,7 @@
===== trunk =====
+26.09.2011
+- bugfix repeated calls to same subtemplate did not make use of cached template object
+
24.09.2011
- removed internal muteExpectedErrors() calls in favor of having the implementor call this once from his application
- optimized muteExpectedErrors() to pass errors to the latest registered error handler, if appliccable