Mercurial > genshi > mirror
diff ChangeLog @ 689:3881a602048a trunk
The XHTML serializer now strips `xml:space` attributes as they are only allowed on very few tags.
author | cmlenz |
---|---|
date | Wed, 12 Mar 2008 20:48:52 +0000 |
parents | d8571da25bc5 |
children | 07e3f6f0ef57 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -49,6 +49,8 @@ * 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. + * The XHTML serializer now strips `xml:space` attributes as they are only + allowed on very few tags. Version 0.4.4