diff ChangeLog @ 729:1447d40df660

* Add XHTML 1.1 doctype (closes #228). * Add option to include the XML decl in the output when serializing to XHTML.
author cmlenz
date Sat, 31 May 2008 20:48:43 +0000
parents 7e6496bde18a
children b40efce75bcd
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -79,6 +79,9 @@
    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).
+ * 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.
 
 
 Version 0.4.4
Copyright (C) 2012-2017 Edgewall Software