summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-09-09 19:45:08 +0200
committeruwetews <uwe.tews@googlemail.com>2016-09-09 19:45:08 +0200
commit0e942e4821c84e75338f3567b5bb82512cfd7b87 (patch)
tree124c82fc08acbdae959a5fd496061584a7a60e21 /change_log.txt
parent21aa211ddbc0be879d0ce7a7090114b2792d9c72 (diff)
downloadsmarty-0e942e4821c84e75338f3567b5bb82512cfd7b87.tar.gz
smarty-0e942e4821c84e75338f3567b5bb82512cfd7b87.tar.bz2
smarty-0e942e4821c84e75338f3567b5bb82512cfd7b87.zip
- bugfix {foreach} must keep the @properties when restoring a saved $item variable as the properties might be used outside {foreach} https://github.com/smarty-php/smarty/issues/267
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 c68d2dfe..8243e478 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,6 +1,7 @@
===== 3.1.31-dev ===== (xx.xx.xx)
09.09.2016
- bugfix/optimization {foreach} did not execute the {foreachelse} when iterating empty objects https://github.com/smarty-php/smarty/pull/287
+ - bugfix {foreach} must keep the @properties when restoring a saved $item variable as the properties might be used outside {foreach} https://github.com/smarty-php/smarty/issues/267
08.09.2016
- bugfix implement wrapper for removed method getConfigVariable() https://github.com/smarty-php/smarty/issues/286