Mercurial > genshi > mirror
diff ChangeLog @ 494:942d73ba938c trunk
The `doctype` parameter for serializers can now be a string.
author | cmlenz |
---|---|
date | Wed, 30 May 2007 09:33:54 +0000 |
parents | 9d69724a5bf3 |
children | 5e7604c2d60d |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,16 @@ * Added #include directive for text templates (ticket #115). +Version 0.4.2 +http://svn.edgewall.org/repos/genshi/tags/0.4.2/ +(?, from branches/stable/0.4.x) + + * The `doctype` parameter of the markup serializers now also accepts the "name" + of the doctype as string, in addition to the `(name, pubid, sysid)` tuple. + * The I18n filter was not replacing the original attributes with the + translation, but instead adding a second attribute with the same name. + + Version 0.4.1 http://svn.edgewall.org/repos/genshi/tags/0.4.1/ (May 21 2007, from branches/stable/0.4.x)