diff options
| author | uwe.tews@googlemail.com <uwe.tews@googlemail.com> | 2011-06-07 14:31:22 +0000 |
|---|---|---|
| committer | uwe.tews@googlemail.com <uwe.tews@googlemail.com> | 2011-06-07 14:31:22 +0000 |
| commit | 0c552377cd76757da2de081a750c2a664a51d88d (patch) | |
| tree | 9db6ab622ad20ecb3abb31f1baa7636c54ed589b /change_log.txt | |
| parent | b59c9b06f9c56da884d004dc15774f7df7ed79ce (diff) | |
| download | smarty-0c552377cd76757da2de081a750c2a664a51d88d.tar.gz smarty-0c552377cd76757da2de081a750c2a664a51d88d.tar.bz2 smarty-0c552377cd76757da2de081a750c2a664a51d88d.zip | |
- bugfix registerFilter() or registerPlugin() on template objects did register to the main Smarty object if the register methods had been used on the main Smarty object before.
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 12c4fcdd..6953a637 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,7 @@ ===== SVN trunk ===== +07/06/2011 +- bugfix registerFilter() or registerPlugin() on template objects did register to the main Smarty object if the register methods had been used on the main Smarty object before. + ===== Smarty 3.0.8 ===== 29/05/2011 - bugfix <?xml ...> in templates did break "cache modified check" |
