diff ChangeLog @ 374:ca46dc9c7761

`MarkupTemplate`s can now be instantiated from markup streams, in addition to strings and file-like objects. Thanks to David Fraser for the patch. Closes #69.
author cmlenz
date Thu, 23 Nov 2006 10:52:14 +0000
parents e8218c4a4590
children fff4a81ffc56
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,8 @@
    are callable.
  * Instances of the `genshi.core.Attrs` class are now immutable (they are
    subclasses of `tuple` instead of `list`).
+ * `MarkupTemplate`s can now be instantiated from markup streams, in addition
+   to strings and file-like objects (ticket #69).
 
 
 Version 0.3.5
Copyright (C) 2012-2017 Edgewall Software