summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-07-13 01:42:54 +0200
committeruwetews <uwe.tews@googlemail.com>2016-07-13 01:42:54 +0200
commitcbea88b3a7243261d3a770552ebbc8e342183414 (patch)
tree59e99e2b696c738d96b447f5aa1089d8bbfefb28 /change_log.txt
parent38b13661fe7299e40d9bb3871f27511a32f4b400 (diff)
downloadsmarty-cbea88b3a7243261d3a770552ebbc8e342183414.tar.gz
smarty-cbea88b3a7243261d3a770552ebbc8e342183414.tar.bz2
smarty-cbea88b3a7243261d3a770552ebbc8e342183414.zip
- bugfix template function data should be merged when loading subtemplate https://github.com/smarty-php/smarty/issues/240
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 b1480b6f..a9cb3aa7 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -3,7 +3,8 @@
- 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
-
+ - bugfix template function data should be merged when loading subtemplate https://github.com/smarty-php/smarty/issues/240
+
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