summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-09-27 17:15:31 +0000
committeruwe.tews@googlemail.com <uwe.tews@googlemail.com>2011-09-27 17:15:31 +0000
commit5c33be7fc059a8c930b2b68e52a892a809d14ab6 (patch)
tree1698e1c1b3ea379011a3ea7c75994fdfc3e30e1a /change_log.txt
parent0cd9821dcca1bb6e84700397824128d1b6f62c93 (diff)
downloadsmarty-5c33be7fc059a8c930b2b68e52a892a809d14ab6.tar.gz
smarty-5c33be7fc059a8c930b2b68e52a892a809d14ab6.tar.bz2
smarty-5c33be7fc059a8c930b2b68e52a892a809d14ab6.zip
- bugfix remove race condition when a custom resource did change timestamp during compilation
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 2e76b126..e31d0ed6 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -2,6 +2,7 @@
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
+- bugfix remove race condition when a custom resource did change timestamp during compilation
26.09.2011
- bugfix repeated calls to same subtemplate did not make use of cached template object