Mercurial > genshi > mirror
diff ChangeLog @ 695:ed5044d318ed trunk
The `TemplateLoader` class now provides an `instantiate()` method that can be overridden by subclasses to implement advanced template instantiation logic. Fixes #204.
author | cmlenz |
---|---|
date | Wed, 26 Mar 2008 22:22:47 +0000 |
parents | 07e3f6f0ef57 |
children | 66eead58c120 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -56,6 +56,9 @@ including) the matching template itself are applied to the matched content, whereas the match templates declared after the matching template are only applied to the generated content (ticket #186). + * The `TemplateLoader` class now provides an `instantiate()` method that can + be overridden by subclasses to implement advanced template instantiation + logic (ticket #204). Version 0.4.4