summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-09-07 00:15:44 +0200
committeruwetews <uwe.tews@googlemail.com>2016-09-07 00:15:44 +0200
commite5bbc052b18378777aa173d725f4de2116d31d2d (patch)
tree1d1fdf1c16c1ca4f1f0a8141e3bf177a817be899 /change_log.txt
parente82f966682fa7b2f7ba423322eb3abc3f0d7caaf (diff)
downloadsmarty-e5bbc052b18378777aa173d725f4de2116d31d2d.tar.gz
smarty-e5bbc052b18378777aa173d725f4de2116d31d2d.tar.bz2
smarty-e5bbc052b18378777aa173d725f4de2116d31d2d.zip
- bugfix uppercase TRUE, FALSE and NULL did not work when security was enabled https://github.com/smarty-php/smarty/issues/282
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 18e21076..d175aa27 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,6 +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
+ - bugfix uppercase TRUE, FALSE and NULL did not work when security was enabled https://github.com/smarty-php/smarty/issues/282
01.09.2016
- performance require_once should be called only once for shared plugins https://github.com/smarty-php/smarty/issues/280