summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authorrodneyrehm <rodneyrehm@localhost>2011-09-27 18:16:03 +0000
committerrodneyrehm <rodneyrehm@localhost>2011-09-27 18:16:03 +0000
commitae85a298d82c01a67b1fd5daa40538d40a164adc (patch)
treeae46c201a801c2b0e0569d21673857cbc382149d /change_log.txt
parent0348e71109e6f4f0a94584d50ff8ce0d5a01492b (diff)
downloadsmarty-ae85a298d82c01a67b1fd5daa40538d40a164adc.tar.gz
smarty-ae85a298d82c01a67b1fd5daa40538d40a164adc.tar.bz2
smarty-ae85a298d82c01a67b1fd5daa40538d40a164adc.zip
- bugfix smarty_make_timestamp() failed to process DateTime objects properly
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 14555b9d..d75004bc 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -4,6 +4,7 @@
- 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
+- bugfix smarty_make_timestamp() failed to process DateTime objects properly
26.09.2011
- bugfix repeated calls to same subtemplate did not make use of cached template object