summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-09-09 22:54:42 +0200
committeruwetews <uwe.tews@googlemail.com>2016-09-09 22:54:42 +0200
commit62099617ae8c979ba83a701ec030321239a8bda2 (patch)
tree53474b2c31fbe394e0ed2ab0e1db0923b1e76aad /change_log.txt
parent0e942e4821c84e75338f3567b5bb82512cfd7b87 (diff)
downloadsmarty-62099617ae8c979ba83a701ec030321239a8bda2.tar.gz
smarty-62099617ae8c979ba83a701ec030321239a8bda2.tar.bz2
smarty-62099617ae8c979ba83a701ec030321239a8bda2.zip
- improvement {foreach} observe {break n} and {continue n} nesting levels when restoring saved $item and $key variables
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 8243e478..6e0c7aed 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -2,6 +2,7 @@
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
+ - improvement {foreach} observe {break n} and {continue n} nesting levels when restoring saved $item and $key variables
08.09.2016
- bugfix implement wrapper for removed method getConfigVariable() https://github.com/smarty-php/smarty/issues/286
@@ -52,7 +53,7 @@
23.07.2016
- bugfix setTemplateDir('/') and setTemplateDir('') did create wrong absolute filepath https://github.com/smarty-php/smarty/issues/245
- optimization of filepath normalization
- - improvement remove double funtion declaration in plugin shared.escape_special_cars.php https://github.com/smarty-php/smarty/issues/229
+ - improvement remove double function declaration in plugin shared.escape_special_cars.php https://github.com/smarty-php/smarty/issues/229
19.07.2016
- bugfix multiple {include} with relative filepath within {block}{/block} could fail https://github.com/smarty-php/smarty/issues/246