summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-09-19 14:59:49 +0200
committeruwetews <uwe.tews@googlemail.com>2016-09-19 14:59:49 +0200
commita9e7e8881e36ef59b8cf9a948a54a1a15e2b794c (patch)
tree2ad4ac5d5884ddb3d81a13a03dcd1a109320635c /change_log.txt
parent8835408e0d8e85faaa9325d384055572b9d996b0 (diff)
downloadsmarty-a9e7e8881e36ef59b8cf9a948a54a1a15e2b794c.tar.gz
smarty-a9e7e8881e36ef59b8cf9a948a54a1a15e2b794c.tar.bz2
smarty-a9e7e8881e36ef59b8cf9a948a54a1a15e2b794c.zip
- optimization clear compiled and cached folder completely on detected version change
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 df9d8e49..c44480e7 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,7 @@
===== 3.1.31-dev ===== (xx.xx.xx)
+ 19.09.2016
+ - optimization clear compiled and cached folder completely on detected version change
+
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
- bugfix function plugins called with assign attribute like {foo assign='bar'} did not output returned content because