diff options
| author | uwetews <uwe.tews@googlemail.com> | 2017-04-17 05:32:24 +0200 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2017-04-17 05:32:24 +0200 |
| commit | e3eda8a5f5653d8abb960eb1bc47e3eca679b1b4 (patch) | |
| tree | 00d68c7ba18af225b08f04f50dde387ea70011ef /change_log.txt | |
| parent | 29388b8baab5829d6f2a4bc65393950a3a42586c (diff) | |
| download | smarty-e3eda8a5f5653d8abb960eb1bc47e3eca679b1b4.tar.gz smarty-e3eda8a5f5653d8abb960eb1bc47e3eca679b1b4.tar.bz2 smarty-e3eda8a5f5653d8abb960eb1bc47e3eca679b1b4.zip | |
- correct generated code on empty() and isset() call, observe change PHP behaviour since PHP 5.5
https://github.com/smarty-php/smarty/issues/347
Diffstat (limited to 'change_log.txt')
| -rw-r--r-- | change_log.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt index d20da48e..999ea925 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,8 @@ ===== 3.1.32 - dev === +17.4.2017 + - correct generated code on empty() and isset() call, observe change PHP behaviour since PHP 5.5 + https://github.com/smarty-php/smarty/issues/347 + 14.4.2017 - merge pull requests https://github.com/smarty-php/smarty/pull/349, https://github.com/smarty-php/smarty/pull/322 and https://github.com/smarty-php/smarty/pull/337 to fix spelling and annotation |
