summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-09-27 17:52:21 +0000
committeruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-09-27 17:52:21 +0000
commit0348e71109e6f4f0a94584d50ff8ce0d5a01492b (patch)
tree9e7b260239a4a68375c075885628bd06fa4ae7a2 /change_log.txt
parent5c33be7fc059a8c930b2b68e52a892a809d14ab6 (diff)
downloadsmarty-0348e71109e6f4f0a94584d50ff8ce0d5a01492b.tar.gz
smarty-0348e71109e6f4f0a94584d50ff8ce0d5a01492b.tar.bz2
smarty-0348e71109e6f4f0a94584d50ff8ce0d5a01492b.zip
- bugfix variable property did not work on objects variable in template
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 e31d0ed6..14555b9d 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -3,6 +3,7 @@
- bugfix possible warning "attempt to modify property of non-object" in {section} (issue #34)
- added chaining to Smarty_Internal_Data so $smarty->assign('a',1)->assign('b',2); is possible now
- bugfix remove race condition when a custom resource did change timestamp during compilation
+- bugfix variable property did not work on objects variable in template
26.09.2011
- bugfix repeated calls to same subtemplate did not make use of cached template object