Mercurial > genshi > mirror
comparison ChangeLog @ 513:e57be40ff6c3 stable-0.4.x
Ported [616] to 0.4.x branch.
author | cmlenz |
---|---|
date | Wed, 06 Jun 2007 11:33:23 +0000 |
parents | 6aec164f8bf3 |
children | dc8646e2e918 |
comparison
equal
deleted
inserted
replaced
511:26cf27d4f2b3 | 513:e57be40ff6c3 |
---|---|
4 | 4 |
5 * The `doctype` parameter of the markup serializers now also accepts the "name" | 5 * The `doctype` parameter of the markup serializers now also accepts the "name" |
6 of the doctype as string, in addition to the `(name, pubid, sysid)` tuple. | 6 of the doctype as string, in addition to the `(name, pubid, sysid)` tuple. |
7 * The I18n filter was not replacing the original attributes with the | 7 * The I18n filter was not replacing the original attributes with the |
8 translation, but instead adding a second attribute with the same name. | 8 translation, but instead adding a second attribute with the same name. |
9 * `TextTemplate` can now handle unicode source (ticket #125). | |
9 | 10 |
10 | 11 |
11 Version 0.4.1 | 12 Version 0.4.1 |
12 http://svn.edgewall.org/repos/genshi/tags/0.4.1/ | 13 http://svn.edgewall.org/repos/genshi/tags/0.4.1/ |
13 (May 21 2007, from branches/stable/0.4.x) | 14 (May 21 2007, from branches/stable/0.4.x) |