summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-09-15 02:56:34 +0200
committeruwetews <uwe.tews@googlemail.com>2016-09-15 02:56:34 +0200
commit424dca6d24f98e72db0e57369c4739e97b2ecaef (patch)
treeb46cac8234f3e5a150ddce3dbcca8c89cd75dea8 /change_log.txt
parent44189a7531f8c87c3d6069fd6716acce1e6a7627 (diff)
downloadsmarty-424dca6d24f98e72db0e57369c4739e97b2ecaef.tar.gz
smarty-424dca6d24f98e72db0e57369c4739e97b2ecaef.tar.bz2
smarty-424dca6d24f98e72db0e57369c4739e97b2ecaef.zip
- bugfix assigning a variable in if condition by function like {if $value = array_shift($array)} the function got called twice https://github.com/smarty-php/smarty/issues/291
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 f9e07ccb..c60f1d52 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,7 @@
===== 3.1.31-dev ===== (xx.xx.xx)
+ 15.09.2016
+ - bugfix assigning a variable in if condition by function like {if $value = array_shift($array)} the function got called twice https://github.com/smarty-php/smarty/issues/291
+
11.09.2016
- improvement {math} misleading E_USER_WARNING messages when parameter value = null https://github.com/smarty-php/smarty/issues/288
- improvement move often used code snippets into methods