diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-07-18 05:27:46 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-07-18 05:27:46 +0200 |
| commit | 79a4fdcd52d7785dd543371d595853da8a73f743 (patch) | |
| tree | fb477cbe28cbbfe4fe697c217b0c3210d406384e /change_log.txt | |
| parent | c666ec9a347d69abb58bb1a2d734bcd68cabfe6d (diff) | |
| download | smarty-79a4fdcd52d7785dd543371d595853da8a73f743.tar.gz smarty-79a4fdcd52d7785dd543371d595853da8a73f743.tar.bz2 smarty-79a4fdcd52d7785dd543371d595853da8a73f743.zip | |
- bugfix {foreach} if key variable and item@key attribute have been used both the key variable was not updated https://github.com/smarty-php/smarty/issues/254
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 8f8d20a2..7acbd5ea 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,7 @@ ===== 3.1.30-dev ===== (xx.xx.xx) + 18.07.2016 + - bugfix {foreach} if key variable and item@key attribute have been used both the key variable was not updated https://github.com/smarty-php/smarty/issues/254 + 14.07.2016 - bugfix wrong parameter on compileAllTemplates() and compileAllConfig() https://github.com/smarty-php/smarty/issues/231 |
