summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@gmail.com>2017-11-22 01:21:09 +0100
committerUwe Tews <uwe.tews@gmail.com>2017-11-22 01:21:09 +0100
commit93909aacf8df28cbd41b26adfc1a3af1de29ab9b (patch)
tree75ac3a6ebe3a92cf20e38664952c6f59b97e4e5f /change_log.txt
parent40ea5d89daee1a9f7b9ef52e45530fd8a9fb9a65 (diff)
downloadsmarty-93909aacf8df28cbd41b26adfc1a3af1de29ab9b.tar.gz
smarty-93909aacf8df28cbd41b26adfc1a3af1de29ab9b.tar.bz2
smarty-93909aacf8df28cbd41b26adfc1a3af1de29ab9b.zip
bugfix {break} and {continue} could fail if {foreach}{/foreach} did contain other looping tags like {for}, {section} and {while} https://github.com/smarty-php/smarty/issues/323
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt
index 4924f59b..81f6f0ef 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,8 @@
===== 3.1.32 - dev ===
+22.11.2017
+ - bugfix {break} and {continue} could fail if {foreach}{/foreach} did contain other
+ looping tags like {for}, {section} and {while} https://github.com/smarty-php/smarty/issues/323
+
20.11.2017
- bugfix rework of newline spacing between tag code and template text.
now again identical with Smarty2 (forum topic 26878)