diff options
| author | uwetews <uwe.tews@googlemail.com> | 2015-12-29 16:54:15 +0100 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2015-12-29 16:54:15 +0100 |
| commit | 34062d45b7e0f3e8ab4509d284cc2f80adcfd5b6 (patch) | |
| tree | dc7f40ddd919ad45491d7b5958a4bd2f1de32bcb /change_log.txt | |
| parent | 59b3a530899c5b47876002ce5433799782002cc0 (diff) | |
| download | smarty-34062d45b7e0f3e8ab4509d284cc2f80adcfd5b6.tar.gz smarty-34062d45b7e0f3e8ab4509d284cc2f80adcfd5b6.tar.bz2 smarty-34062d45b7e0f3e8ab4509d284cc2f80adcfd5b6.zip | |
- bugfix Smarty::error_reporting was not observed when display() or fetch() was called on template objects https://github.com/smarty-php/smarty/issues/145
Diffstat (limited to 'change_log.txt')
| -rw-r--r-- | change_log.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/change_log.txt b/change_log.txt index af5db492..08e6feb6 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,7 @@ ===== 3.1.30-dev ===== (xx.xx.xx) + 29.12.2015 + - bugfix Smarty::error_reporting was not observed when display() or fetch() was called on template objects https://github.com/smarty-php/smarty/issues/145 + 28.12.2015 - optimization of {foreach} code size and processing @@ -13,7 +16,6 @@ - optimization replace hhvm extension by inline code - new feature If ACP is enabled force an apc_compile_file() when compiled or cached template was updated - 24.12.2015 - new feature Compiler does now observe the template_dir setting and will create separate compiled files if required - bugfix post filter did fail on template inheritance https://github.com/smarty-php/smarty/issues/144 |
