summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-10-03 19:02:44 +0000
committeruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-10-03 19:02:44 +0000
commit12e8593760e25f0475f21bd087e5ccb98fc5f57a (patch)
tree782ddcff0fa67f631ccbac327d9881d1f577b809 /change_log.txt
parentc24e213ed91866ecb6d37a5128dd3b4e32f63f17 (diff)
downloadsmarty-12e8593760e25f0475f21bd087e5ccb98fc5f57a.tar.gz
smarty-12e8593760e25f0475f21bd087e5ccb98fc5f57a.tar.bz2
smarty-12e8593760e25f0475f21bd087e5ccb98fc5f57a.zip
- improvement add internal $joined_template_dir property instead computing it on the fly several times
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 7d4647e3..46add0e6 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,7 @@
===== trunk =====
+03.10.2011
+- improvement add internal $joined_template_dir property instead computing it on the fly several times
+
01.10.2011
- improvement replaced most in_array() calls by more efficient isset() on array_flip()ed haystacks
- improvement replaced some strlen($foo) > 3 calls by isset($foo[3])