diff ChangeLog @ 462:c107f6f4c558

Add lower-level serialization functions.
author cmlenz
date Thu, 26 Apr 2007 09:14:30 +0000
parents 6b5544bb5a99
children dafc6f4c20fb
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
  * The `ET()` function now correctly handles attributes with a namespace.
  * XML declarations are now processed internally, as well as written to the
    output when XML serialization is used (ticket #111).
+ * Added the functions `encode()` and `get_serializer()` to the `genshi.output`
+   module, which provide a lower-level API to the functionality previously only
+   available through `Stream.render()` and `Stream.serialize()`.
 
 
 Version 0.4
Copyright (C) 2012-2017 Edgewall Software