diff ChangeLog @ 739:b40efce75bcd

Another Python 2.3 fix in the wake of #221.
author cmlenz
date Fri, 06 Jun 2008 15:52:33 +0000
parents 1447d40df660
children f9544a7cc57a
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -82,6 +82,9 @@
  * The `XHTMLSerializer` now has a `drop_xml_decl` option that defaults to
    `True`. Setting it to `False` will cause any XML decl in the serialized
    stream to be included in the output as it would for XML serialization.
+ * Add support for a protocol that would allow interoperability of different
+   Python packages that generate and/or consume markup, based on the special
+   `__html__()` method (ticket #202).
 
 
 Version 0.4.4
Copyright (C) 2012-2017 Edgewall Software