Mercurial > genshi > mirror
comparison 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 |
comparison
equal
deleted
inserted
replaced
688:d8571da25bc5 | 689:3881a602048a |
---|---|
47 * Assigning to a variable named `data` in a Python code block no longer | 47 * Assigning to a variable named `data` in a Python code block no longer |
48 breaks context lookup. | 48 breaks context lookup. |
49 * The `Stream.render` now accepts an optional `out` parameter that can be | 49 * The `Stream.render` now accepts an optional `out` parameter that can be |
50 used to pass in a writable file-like object to use for assembling the | 50 used to pass in a writable file-like object to use for assembling the |
51 output, instead of building a big string and returning it. | 51 output, instead of building a big string and returning it. |
52 * The XHTML serializer now strips `xml:space` attributes as they are only | |
53 allowed on very few tags. | |
52 | 54 |
53 | 55 |
54 Version 0.4.4 | 56 Version 0.4.4 |
55 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ | 57 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ |
56 (Aug 14, 2007, from branches/stable/0.4.x) | 58 (Aug 14, 2007, from branches/stable/0.4.x) |