summaryrefslogtreecommitdiff
path: root/change_log.txt
diff options
context:
space:
mode:
Diffstat (limited to 'change_log.txt')
-rw-r--r--change_log.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt
index c60f1d52..e94baf5c 100644
--- a/change_log.txt
+++ b/change_log.txt
@@ -1,6 +1,8 @@
===== 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
+ - bugfix function plugins called with assign attribute like {foo assign='bar'} did not output returned content because
+ because assumption was made that it was assigned to a variable https://github.com/smarty-php/smarty/issues/292
11.09.2016
- improvement {math} misleading E_USER_WARNING messages when parameter value = null https://github.com/smarty-php/smarty/issues/288