summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authorrodneyrehm <rodneyrehm@localhost>2011-10-01 18:47:56 +0000
committerrodneyrehm <rodneyrehm@localhost>2011-10-01 18:47:56 +0000
commit655cbc94bc6174918a9c0314b0503f0abc9a5d16 (patch)
treea82733efc73f92e2d91e313f7b6c0cebfbebf419 /change_log.txt
parentaff7c6a0ab4d3850037e39f7817c298a53c18215 (diff)
downloadsmarty-655cbc94bc6174918a9c0314b0503f0abc9a5d16.tar.gz
smarty-655cbc94bc6174918a9c0314b0503f0abc9a5d16.tar.bz2
smarty-655cbc94bc6174918a9c0314b0503f0abc9a5d16.zip
- improvement replaced some strlen($foo) > 3 calls by isset($foo[3])
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt
index 3da63ccb..d1b0c273 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,6 +1,7 @@
===== trunk =====
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])
29.09.2011
- improvement of Smarty_Internal_Config::loadConfigVars() dropped the in_array for index look up