summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authorrodneyrehm <rodneyrehm@localhost>2011-10-05 17:11:01 +0000
committerrodneyrehm <rodneyrehm@localhost>2011-10-05 17:11:01 +0000
commitaeec0783ec7c2419397b3be25018d0df4ea907db (patch)
tree648ac3b7e7b8b889ca9cc37fd2e0b7d2f1498b5d /change_log.txt
parent8bab7fe5224f737b6ca4e6d3a4eef48209de97c7 (diff)
downloadsmarty-aeec0783ec7c2419397b3be25018d0df4ea907db.tar.gz
smarty-aeec0783ec7c2419397b3be25018d0df4ea907db.tar.bz2
smarty-aeec0783ec7c2419397b3be25018d0df4ea907db.zip
- bugfix of problem introduced with r4342 by replacing strlen() with isset()
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 1a58b67e..b9778c3e 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,7 @@
===== trunk =====
+05.10.2011
+- bugfix of problem introduced with r4342 by replacing strlen() with isset()
+
04.10.2011
- bugfix assign() in plugins called in subtemplates did change value also in parent template
- bugfix of problem introduced with r4342 on math plugin