diff ChangeLog @ 688:88814cc26d2b

The `Stream.render` now accepts an optional `out` parameter that can be used to pass in a writable file-like object to use for assembling the output, instead of building a big string and returning it.
author cmlenz
date Wed, 12 Mar 2008 20:46:34 +0000
parents 75795aadf920
children 46a21414151b
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,6 +46,9 @@
    of the serializer (ticket #146).
  * Assigning to a variable named `data` in a Python code block no longer
    breaks context lookup.
+ * The `Stream.render` now accepts an optional `out` parameter that can be
+   used to pass in a writable file-like object to use for assembling the
+   output, instead of building a big string and returning it.
 
 
 Version 0.4.4
Copyright (C) 2012-2017 Edgewall Software