summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-10-05 18:17:40 +0000
committeruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-10-05 18:17:40 +0000
commit1e48394ed325584c8a522de1a09e462f8edfbbe1 (patch)
treecf2c7ee25205cf0e52e2f9ef01a8c468efbb90cf /change_log.txt
parent3e3f6ad43c101d289f753ed0c07fb3fdd0fd0a40 (diff)
downloadsmarty-1e48394ed325584c8a522de1a09e462f8edfbbe1.tar.gz
smarty-1e48394ed325584c8a522de1a09e462f8edfbbe1.tar.bz2
smarty-1e48394ed325584c8a522de1a09e462f8edfbbe1.zip
- bugfix nofilter tag option did not disable default modifier
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 c0bf6609..d9cd5910 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -2,6 +2,7 @@
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)
+- bugfix nofilter tag option did not disable default modifier
04.10.2011
- bugfix assign() in plugins called in subtemplates did change value also in parent template