summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-07-13 01:07:53 +0200
committeruwetews <uwe.tews@googlemail.com>2016-07-13 01:07:53 +0200
commit38b13661fe7299e40d9bb3871f27511a32f4b400 (patch)
tree56223b6a4c8b8f3a713a60a9ead1940c5318d936 /change_log.txt
parent31f6afd16ea8048f1342d13bf97cefa34ba896d0 (diff)
downloadsmarty-38b13661fe7299e40d9bb3871f27511a32f4b400.tar.gz
smarty-38b13661fe7299e40d9bb3871f27511a32f4b400.tar.bz2
smarty-38b13661fe7299e40d9bb3871f27511a32f4b400.zip
- bugfix enable debugging could fail when template objects did already exists https://github.com/smarty-php/smarty/issues/237
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/change_log.txt b/change_log.txt
index 1ca9a5f6..b1480b6f 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -2,7 +2,8 @@
13.07.2016
- bugfix PHP 7 compatibility on registered compiler plugins https://github.com/smarty-php/smarty/issues/241
- update testInstall() https://github.com/smarty-php/smarty/issues/248https://github.com/smarty-php/smarty/issues/248
-
+ - bugfix enable debugging could fail when template objects did already exists https://github.com/smarty-php/smarty/issues/237
+
12.07.2016
- bugfix {foreach} item variable must be created also on empty from array https://github.com/smarty-php/smarty/issues/238 and https://github.com/smarty-php/smarty/issues/239
- bugfix enableSecurity() must init cache flags https://github.com/smarty-php/smarty/issues/247