summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-09-07 00:06:17 +0200
committeruwetews <uwe.tews@googlemail.com>2016-09-07 00:06:17 +0200
commite82f966682fa7b2f7ba423322eb3abc3f0d7caaf (patch)
tree2b5542895fd047c822397501eb418635077e87f0 /change_log.txt
parent51e0d5cd405d764a4ea257d1bac1fb1205f74528 (diff)
downloadsmarty-e82f966682fa7b2f7ba423322eb3abc3f0d7caaf.tar.gz
smarty-e82f966682fa7b2f7ba423322eb3abc3f0d7caaf.tar.bz2
smarty-e82f966682fa7b2f7ba423322eb3abc3f0d7caaf.zip
- bugfix using nocache like attribute with value true like {plugin nocache=true} did not work https://github.com/smarty-php/smarty/issues/285
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 390eb471..18e21076 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,7 @@
===== 3.1.31-dev ===== (xx.xx.xx)
+ 07.09.2016
+ - bugfix using nocache like attribute with value true like {plugin nocache=true} did not work https://github.com/smarty-php/smarty/issues/285
+
01.09.2016
- performance require_once should be called only once for shared plugins https://github.com/smarty-php/smarty/issues/280