summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-09-11 00:23:37 +0200
committeruwetews <uwe.tews@googlemail.com>2016-09-11 00:23:37 +0200
commite62b40c4210905502af252cf2b8d6a3ab18b67e4 (patch)
treee6af045ece8ae3615eddd68e0e6ea1231c68a92d /change_log.txt
parent7e230713c6f4e067590b371b3fa50cfc97c8421f (diff)
downloadsmarty-e62b40c4210905502af252cf2b8d6a3ab18b67e4.tar.gz
smarty-e62b40c4210905502af252cf2b8d6a3ab18b67e4.tar.bz2
smarty-e62b40c4210905502af252cf2b8d6a3ab18b67e4.zip
- improvement {math} misleading E_USER_WARNING messages when parameter value = null https://github.com/smarty-php/smarty/issues/288
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 6e0c7aed..4785e61d 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,4 +1,7 @@
===== 3.1.31-dev ===== (xx.xx.xx)
+ 11.09.2016
+ - improvement {math} misleading E_USER_WARNING messages when parameter value = null https://github.com/smarty-php/smarty/issues/288
+
09.09.2016
- bugfix/optimization {foreach} did not execute the {foreachelse} when iterating empty objects https://github.com/smarty-php/smarty/pull/287
- bugfix {foreach} must keep the @properties when restoring a saved $item variable as the properties might be used outside {foreach} https://github.com/smarty-php/smarty/issues/267