diff ChangeLog @ 462:d5e2a7b58116 trunk

Add lower-level serialization functions.
author cmlenz
date Thu, 26 Apr 2007 09:14:30 +0000
parents 75425671b437
children 2f13c5fc4a4d
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