diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-09-15 02:56:34 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-09-15 02:56:34 +0200 |
| commit | 424dca6d24f98e72db0e57369c4739e97b2ecaef (patch) | |
| tree | b46cac8234f3e5a150ddce3dbcca8c89cd75dea8 /change_log.txt | |
| parent | 44189a7531f8c87c3d6069fd6716acce1e6a7627 (diff) | |
| download | smarty-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.txt | 3 |
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 |
