diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-09-09 18:43:37 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-09-09 18:43:37 +0200 |
| commit | 21aa211ddbc0be879d0ce7a7090114b2792d9c72 (patch) | |
| tree | 606964161687cd99cd897522f712a4bf25d3a53c /change_log.txt | |
| parent | 124b333da21a58927d710d11e2041ed0a9e61ece (diff) | |
| download | smarty-21aa211ddbc0be879d0ce7a7090114b2792d9c72.tar.gz smarty-21aa211ddbc0be879d0ce7a7090114b2792d9c72.tar.bz2 smarty-21aa211ddbc0be879d0ce7a7090114b2792d9c72.zip | |
- bugfix/optimization {foreach} did not execute the {foreachelse} when iterating empty objects https://github.com/smarty-php/smarty/pull/287
Diffstat (limited to 'change_log.txt')
| -rw-r--r-- | change_log.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt index 018d008e..c68d2dfe 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,7 @@ ===== 3.1.31-dev ===== (xx.xx.xx) + 09.09.2016 + - bugfix/optimization {foreach} did not execute the {foreachelse} when iterating empty objects https://github.com/smarty-php/smarty/pull/287 + 08.09.2016 - bugfix implement wrapper for removed method getConfigVariable() https://github.com/smarty-php/smarty/issues/286 |
