Mercurial > genshi > genshi-test
diff ChangeLog @ 318:d7d71fb4d28b stable-0.3.x
Ported [389:391] to 0.3.x branch.
author | cmlenz |
---|---|
date | Tue, 24 Oct 2006 16:14:04 +0000 |
parents | 4c8e1c1700a0 |
children | f94178dc61c1 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Version 0.3.4 +http://svn.edgewall.org/repos/genshi/tags/0.3.4/ +(?, from branches/stable/0.3.x) + + * The encoding of HTML and XML files, as well as markup and text templates, + can now be specified. Also, the encoding specified in XML declarations is + now respected unless an expiclit encoding is requested. + * Expressions used as arguments for `py:with`, `py:def`, and `py:for` + directives can now contain non-ASCII strings. + + Version 0.3.3 http://svn.edgewall.org/repos/genshi/tags/0.3.3/ (Oct 16 2006, from branches/stable/0.3.x)