summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authorrodneyrehm <rodneyrehm@localhost>2011-09-27 12:36:50 +0000
committerrodneyrehm <rodneyrehm@localhost>2011-09-27 12:36:50 +0000
commit0cd9821dcca1bb6e84700397824128d1b6f62c93 (patch)
treee5597b563af4e1885120323bd7530b674d881d16 /change_log.txt
parentb6e6b675483e2d652e9b89b5b38314cf8eab41b7 (diff)
downloadsmarty-0cd9821dcca1bb6e84700397824128d1b6f62c93.tar.gz
smarty-0cd9821dcca1bb6e84700397824128d1b6f62c93.tar.bz2
smarty-0cd9821dcca1bb6e84700397824128d1b6f62c93.zip
- added chaining to Smarty_Internal_Data so $smarty->assign('a',1)->assign('b',2); is possible now
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 381aa8d7..2e76b126 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,6 +1,7 @@
===== trunk =====
27.09.2011
- 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
26.09.2011
- bugfix repeated calls to same subtemplate did not make use of cached template object