diff options
| author | uwe.tews@googlemail.com <uwe.tews@googlemail.com> | 2011-09-26 15:21:50 +0000 |
|---|---|---|
| committer | uwe.tews@googlemail.com <uwe.tews@googlemail.com> | 2011-09-26 15:21:50 +0000 |
| commit | 709e5e1e84f5a1c2cc6c33e10b98eb00ea8aaf8e (patch) | |
| tree | 3c5985c19f577d5b7b3952649372d57b56d6049b /change_log.txt | |
| parent | a98d83bbf38ab0558bb561b6de76fc10ef4364a3 (diff) | |
| download | smarty-709e5e1e84f5a1c2cc6c33e10b98eb00ea8aaf8e.tar.gz smarty-709e5e1e84f5a1c2cc6c33e10b98eb00ea8aaf8e.tar.bz2 smarty-709e5e1e84f5a1c2cc6c33e10b98eb00ea8aaf8e.zip | |
- bugfix repeated calls to same subtemplate did not make use of cached template object
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 a34a184f..e3487567 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,7 @@ ===== trunk ===== +26.09.2011 +- bugfix repeated calls to same subtemplate did not make use of cached template object + 24.09.2011 - removed internal muteExpectedErrors() calls in favor of having the implementor call this once from his application - optimized muteExpectedErrors() to pass errors to the latest registered error handler, if appliccable |
