summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-07-19 03:37:01 +0200
committeruwetews <uwe.tews@googlemail.com>2016-07-19 03:37:01 +0200
commitf39e61762ce1fe73a1858f7877dc93f38ef40510 (patch)
tree3e9133279184a9cc26ed9e1a8039401ac7f0e24e /change_log.txt
parentafb971f84bd0a615593c163643184062f649ff7b (diff)
downloadsmarty-f39e61762ce1fe73a1858f7877dc93f38ef40510.tar.gz
smarty-f39e61762ce1fe73a1858f7877dc93f38ef40510.tar.bz2
smarty-f39e61762ce1fe73a1858f7877dc93f38ef40510.zip
- bugfix multiple {include} with relative filepath within {block}{/block} could fail https://github.com/smarty-php/smarty/issues/246
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 55015cfc..39bbfe6d 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,7 @@
 ===== 3.1.30-dev ===== (xx.xx.xx)
+ 19.07.2016
+ - bugfix multiple {include} with relative filepath within {block}{/block} could fail https://github.com/smarty-php/smarty/issues/246
+
18.07.2016
- bugfix {foreach} if key variable and item@key attribute have been used both the key variable was not updated https://github.com/smarty-php/smarty/issues/254
- bugfix modifier on plugins like {plugin|modifier ... } did fail when the plugin does return an array https://github.com/smarty-php/smarty/issues/228