summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
authoruwetews <uwe.tews@googlemail.com>2016-09-11 00:21:45 +0200
committeruwetews <uwe.tews@googlemail.com>2016-09-11 00:21:45 +0200
commit7e230713c6f4e067590b371b3fa50cfc97c8421f (patch)
tree53474b2c31fbe394e0ed2ab0e1db0923b1e76aad /change_log.txt
parent810881c76eec71a737f9a44fa36b837e87cb90a7 (diff)
downloadsmarty-7e230713c6f4e067590b371b3fa50cfc97c8421f.tar.gz
smarty-7e230713c6f4e067590b371b3fa50cfc97c8421f.tar.bz2
smarty-7e230713c6f4e067590b371b3fa50cfc97c8421f.zip
- improvement {math} misleading E_NOTICE messages when parameter value = null https://github.com/smarty-php/smarty/issues/288 (reverted from commit 810881c76eec71a737f9a44fa36b837e87cb90a7)
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/change_log.txt b/change_log.txt
index 21b07829..6e0c7aed 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,7 +1,4 @@
===== 3.1.31-dev ===== (xx.xx.xx)
- 11.09.2016
- - improvement {math} misleading E_NOTICE 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