summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-07-18 05:27:46 +0200
committeruwetews <uwe.tews@googlemail.com>2016-07-18 05:27:46 +0200
commit79a4fdcd52d7785dd543371d595853da8a73f743 (patch)
treefb477cbe28cbbfe4fe697c217b0c3210d406384e /change_log.txt
parentc666ec9a347d69abb58bb1a2d734bcd68cabfe6d (diff)
downloadsmarty-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.txt3
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