comparison ChangeLog @ 463:e3de6dd7f9c2 stable-0.4.x

Ported [560] to 0.4.x.
author cmlenz
date Thu, 26 Apr 2007 09:15:32 +0000
parents 2b21ecd769d4
children dafc6f4c20fb
comparison
equal deleted inserted replaced
461:2b21ecd769d4 463:e3de6dd7f9c2
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)
Copyright (C) 2012-2017 Edgewall Software