summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-09-08 22:28:06 +0200
committeruwetews <uwe.tews@googlemail.com>2016-09-08 22:28:06 +0200
commit124b333da21a58927d710d11e2041ed0a9e61ece (patch)
tree2871bf8e45320d0bcf4654ec0f0ffe687ac0a025 /change_log.txt
parentbfc1ef888550416bbe059681a7fb73edd3c3b17a (diff)
downloadsmarty-124b333da21a58927d710d11e2041ed0a9e61ece.tar.gz
smarty-124b333da21a58927d710d11e2041ed0a9e61ece.tar.bz2
smarty-124b333da21a58927d710d11e2041ed0a9e61ece.zip
- bugfix implement wrapper for removed method getConfigVariable() https://github.com/smarty-php/smarty/issues/286
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 84c0065c..018d008e 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,7 @@
===== 3.1.31-dev ===== (xx.xx.xx)
+ 08.09.2016
+ - bugfix implement wrapper for removed method getConfigVariable() https://github.com/smarty-php/smarty/issues/286
+
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