summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authorUwe Tews <uwe.tews@gmail.com>2018-03-21 07:36:11 +0100
committerUwe Tews <uwe.tews@gmail.com>2018-03-21 07:36:11 +0100
commitb7e7def0b1b8636c502d0661a672b5d777fb080a (patch)
tree1c38a027a9da5cbc98c7961e0f27f20acdbb6ecd /change_log.txt
parent60415e6f2a5f7a16a16100118ce0d4d128b94f27 (diff)
downloadsmarty-b7e7def0b1b8636c502d0661a672b5d777fb080a.tar.gz
smarty-b7e7def0b1b8636c502d0661a672b5d777fb080a.tar.bz2
smarty-b7e7def0b1b8636c502d0661a672b5d777fb080a.zip
- bugfix {$smarty.section...} used outside {section}{/section} showed incorrect values if {section}{/section} was called inside
another loop https://github.com/smarty-php/smarty/issues/422
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 1c19c53b..c72abc8d 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,8 @@
===== 3.1.32 - dev ===
+21.03.2018
+ - bugfix {$smarty.section...} used outside {section}{/section} showed incorrect values if {section}{/section} was called inside
+ another loop https://github.com/smarty-php/smarty/issues/422
+
17.03.2018
- improvement Smarty::compileAllTemplates() exit with a non-zero status code if max errors is reached https://github.com/smarty-php/smarty/pull/402