diff ChangeLog @ 714:fc6d9d2a3527 trunk

The `Template` class and its subclasses, as well as the interpolation API, now take an `filepath` parameter instead of `basedir`. Closes #207. Thanks to Waldemar Kornewald for the patch.
author cmlenz
date Tue, 08 Apr 2008 19:49:39 +0000
parents 5420fe9d99a9
children be0b4a7b2fd4
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,7 +56,7 @@
    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
+ * The `TemplateLoader` class now provides an `_instantiate()` method that can
    be overridden by subclasses to implement advanced template instantiation
    logic (ticket #204).
  * The search path of the `TemplateLoader` class can now contain ''load
@@ -77,6 +77,8 @@
    positional arguments that would be substituted was removed. Thus the
    `Markup` class now supports the same arguments as that of its `unicode`
    base class (ticket #211).
+ * The `Template` class and its subclasses, as well as the interpolation API,
+   now take an `filepath` parameter instead of `basedir` (ticket #207).
 
 
 Version 0.4.4
Copyright (C) 2012-2017 Edgewall Software