diff options
| author | Uwe Tews <uwe.tews@gmail.com> | 2017-11-22 01:21:09 +0100 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@gmail.com> | 2017-11-22 01:21:09 +0100 |
| commit | 93909aacf8df28cbd41b26adfc1a3af1de29ab9b (patch) | |
| tree | 75ac3a6ebe3a92cf20e38664952c6f59b97e4e5f /change_log.txt | |
| parent | 40ea5d89daee1a9f7b9ef52e45530fd8a9fb9a65 (diff) | |
| download | smarty-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.txt | 4 |
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) |
