Mercurial > genshi > mirror
comparison ChangeLog @ 463:55d6a5a5e972 stable-0.4.x
Ported [560] to 0.4.x.
author | cmlenz |
---|---|
date | Thu, 26 Apr 2007 09:15:32 +0000 |
parents | af0122a5aa4b |
children | 2f13c5fc4a4d |
comparison
equal
deleted
inserted
replaced
461:af0122a5aa4b | 463:55d6a5a5e972 |
---|---|
4 | 4 |
5 * Fix incorrect reference to translation function in the I18N filter. | 5 * Fix incorrect reference to translation function in the I18N filter. |
6 * The `ET()` function now correctly handles attributes with a namespace. | 6 * The `ET()` function now correctly handles attributes with a namespace. |
7 * XML declarations are now processed internally, as well as written to the | 7 * XML declarations are now processed internally, as well as written to the |
8 output when XML serialization is used (ticket #111). | 8 output when XML serialization is used (ticket #111). |
9 * Added the functions `encode()` and `get_serializer()` to the `genshi.output` | |
10 module, which provide a lower-level API to the functionality previously only | |
11 available through `Stream.render()` and `Stream.serialize()`. | |
9 | 12 |
10 | 13 |
11 Version 0.4 | 14 Version 0.4 |
12 http://svn.edgewall.org/repos/genshi/tags/0.4.0/ | 15 http://svn.edgewall.org/repos/genshi/tags/0.4.0/ |
13 (Apr 16 2007, from branches/stable/0.4.x) | 16 (Apr 16 2007, from branches/stable/0.4.x) |