summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authorrodneyrehm <rodneyrehm@localhost>2011-09-27 10:09:25 +0000
committerrodneyrehm <rodneyrehm@localhost>2011-09-27 10:09:25 +0000
commitb6e6b675483e2d652e9b89b5b38314cf8eab41b7 (patch)
treee594b902e1f81414d0dc4b4ffd8e7bf603daf66b /change_log.txt
parent709e5e1e84f5a1c2cc6c33e10b98eb00ea8aaf8e (diff)
downloadsmarty-b6e6b675483e2d652e9b89b5b38314cf8eab41b7.tar.gz
smarty-b6e6b675483e2d652e9b89b5b38314cf8eab41b7.tar.bz2
smarty-b6e6b675483e2d652e9b89b5b38314cf8eab41b7.zip
- bugfix possible warning "attempt to modify property of non-object" in {section} (issue #34)
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 e3487567..381aa8d7 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,7 @@
===== trunk =====
+27.09.2011
+- bugfix possible warning "attempt to modify property of non-object" in {section} (issue #34)
+
26.09.2011
- bugfix repeated calls to same subtemplate did not make use of cached template object