diff options
| author | Uwe Tews <uwe.tews@gmail.com> | 2018-03-21 07:36:11 +0100 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@gmail.com> | 2018-03-21 07:36:11 +0100 |
| commit | b7e7def0b1b8636c502d0661a672b5d777fb080a (patch) | |
| tree | 1c38a027a9da5cbc98c7961e0f27f20acdbb6ecd /change_log.txt | |
| parent | 60415e6f2a5f7a16a16100118ce0d4d128b94f27 (diff) | |
| download | smarty-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.txt | 4 |
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 |
