summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authorrodneyrehm <rodneyrehm@localhost>2011-10-05 18:51:10 +0000
committerrodneyrehm <rodneyrehm@localhost>2011-10-05 18:51:10 +0000
commit3825ef336c2f26d2e4998b68892430e402036574 (patch)
treea6745792ebf54682dc82b22d1318cdba9d8256ad /change_log.txt
parent1e48394ed325584c8a522de1a09e462f8edfbbe1 (diff)
downloadsmarty-3825ef336c2f26d2e4998b68892430e402036574.tar.gz
smarty-3825ef336c2f26d2e4998b68892430e402036574.tar.bz2
smarty-3825ef336c2f26d2e4998b68892430e402036574.zip
- bugfix html_options plugin did not handle null- and object values properly (Issue #49, Forum Topic 20049)
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 d9cd5910..83b63a2a 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -3,6 +3,7 @@
- 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
+- bugfix html_options plugin did not handle null- and object values properly (Issue #49, Forum Topic 20049)
04.10.2011
- bugfix assign() in plugins called in subtemplates did change value also in parent template