summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-09-19 16:39:19 +0200
committeruwetews <uwe.tews@googlemail.com>2016-09-19 16:39:19 +0200
commitd9a69384732559b674c29f5899b3ccc3310e4829 (patch)
tree3291b48ed568fd13efa67dd238b0cde7ae46a4f6 /change_log.txt
parenta9e7e8881e36ef59b8cf9a948a54a1a15e2b794c (diff)
downloadsmarty-d9a69384732559b674c29f5899b3ccc3310e4829.tar.gz
smarty-d9a69384732559b674c29f5899b3ccc3310e4829.tar.bz2
smarty-d9a69384732559b674c29f5899b3ccc3310e4829.zip
- cleanup convert cache resource file method clear into runtime extension
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 c44480e7..ac3b2fdf 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,6 +1,7 @@
===== 3.1.31-dev ===== (xx.xx.xx)
19.09.2016
- optimization clear compiled and cached folder completely on detected version change
+ - cleanup convert cache resource file method clear into runtime extension
15.09.2016
- bugfix assigning a variable in if condition by function like {if $value = array_shift($array)} the function got called twice https://github.com/smarty-php/smarty/issues/291