diff options
| author | Uwe Tews <uwe.tews@googlemail.com> | 2017-10-12 20:15:42 +0200 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@googlemail.com> | 2017-10-12 20:15:42 +0200 |
| commit | 6b97d5cdd5b2b00651fd38030284beab5d39e8dd (patch) | |
| tree | 61f8d56831a088c4410124af0bf07367cb3cb052 /change_log.txt | |
| parent | b271173a2d9b711d533400ffdb3108eeeadd4cfb (diff) | |
| download | smarty-6b97d5cdd5b2b00651fd38030284beab5d39e8dd.tar.gz smarty-6b97d5cdd5b2b00651fd38030284beab5d39e8dd.tar.bz2 smarty-6b97d5cdd5b2b00651fd38030284beab5d39e8dd.zip | |
- unclosed block tag in double quted string must throw compiler exception.
https://github.com/smarty-php/smarty/issues/391 https://github.com/smarty-php/smarty/issues/392
Diffstat (limited to 'change_log.txt')
| -rw-r--r-- | change_log.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/change_log.txt b/change_log.txt index f7fbc0df..39fb52f4 100644 --- a/change_log.txt +++ b/change_log.txt @@ -2,6 +2,8 @@ 12.10.2017 - bugfix $smarty.block.child and $smarty.block.parent could not be used like any $smarty special variable https://github.com/smarty-php/smarty/issues/393 + - unclosed block tag in double quoted string must throw compiler exception. + https://github.com/smarty-php/smarty/issues/391 https://github.com/smarty-php/smarty/issues/392 07.10.2017 - bugfix modification of 9.8.2017 did fail on some recursive |
