summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authorrodneyrehm <rodneyrehm@localhost>2011-10-05 17:51:44 +0000
committerrodneyrehm <rodneyrehm@localhost>2011-10-05 17:51:44 +0000
commit3e3f6ad43c101d289f753ed0c07fb3fdd0fd0a40 (patch)
treeebf98eae592090303a9e0ab190957914147197c4 /change_log.txt
parentaeec0783ec7c2419397b3be25018d0df4ea907db (diff)
downloadsmarty-3e3f6ad43c101d289f753ed0c07fb3fdd0fd0a40.tar.gz
smarty-3e3f6ad43c101d289f753ed0c07fb3fdd0fd0a40.tar.bz2
smarty-3e3f6ad43c101d289f753ed0c07fb3fdd0fd0a40.zip
- add environment configuration issue with mbstring.func_overload Smarty cannot compensate for (Issue #45)
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 b9778c3e..c0bf6609 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,6 +1,7 @@
===== trunk =====
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)
04.10.2011
- bugfix assign() in plugins called in subtemplates did change value also in parent template