summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-10-07 15:30:04 +0000
committeruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-10-07 15:30:04 +0000
commit4c070d0bda82660157551a67d90b74fb12b33e00 (patch)
tree11d4bbc32382107c021435d87ce654bdee1ff88d /change_log.txt
parentb7ef6f0597f459e861516793532cda0f807c287b (diff)
downloadsmarty-4c070d0bda82660157551a67d90b74fb12b33e00.tar.gz
smarty-4c070d0bda82660157551a67d90b74fb12b33e00.tar.bz2
smarty-4c070d0bda82660157551a67d90b74fb12b33e00.zip
- bugfix parent pointer was not set when fetch() for other template was called on template object
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 2164a66e..f10d5595 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -6,6 +6,7 @@
- bugfix html_options plugin did not handle object values properly (Issue #49, Forum Topic 20049)
- improvement html_checkboxes and html_radios to accept null- and object values, and label_ids attribute
- improvement removed some unnecessary count()s
+- bugfix parent pointer was not set when fetch() for other template was called on template object
06.10.2011
- bugfix switch lexer internals depending on mbstring.func_overload