summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-10-06 14:36:30 +0000
committeruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-10-06 14:36:30 +0000
commit904731fd1f9c7b2b7741d83b662344e6d426e185 (patch)
treee7848d8c1684ddf0df451621e9aff23fbcd57507 /change_log.txt
parent3825ef336c2f26d2e4998b68892430e402036574 (diff)
downloadsmarty-904731fd1f9c7b2b7741d83b662344e6d426e185.tar.gz
smarty-904731fd1f9c7b2b7741d83b662344e6d426e185.tar.bz2
smarty-904731fd1f9c7b2b7741d83b662344e6d426e185.zip
- bugfix switch lexer internals depending on mbstring.func_overload
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 83b63a2a..da9e9b4b 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,7 @@
===== trunk =====
+06.10.2011
+- bugfix switch lexer internals depending on mbstring.func_overload
+
05.10.2011
- bugfix of problem introduced with r4342 by replacing strlen() with isset()
- add environment configuration issue with mbstring.func_overload Smarty cannot compensate for (Issue #45)