diff ChangeLog @ 695:3d11d6b1d3d4

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 812671b40022
children 87b8e23610d4
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
Copyright (C) 2012-2017 Edgewall Software