Mercurial > genshi > mirror
diff ChangeLog @ 365:4f431931d64e trunk
Fix for #62: preserve whitespace in front of directives.
author | cmlenz |
---|---|
date | Wed, 22 Nov 2006 20:48:35 +0000 |
parents | 96882a191686 |
children | 37e45862f814 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -30,8 +30,17 @@ are callable. * Instances of the `genshi.core.Attrs` class are now immutable (they are subclasses of `tuple` instead of `list`). - * Preserve whitespace in HTML `<pre>` elements also when they contained any - child elements. + + +Version 0.3.5 +http://svn.edgewall.org/repos/genshi/tags/0.3.4/ +(Nov 22 2006, from branches/stable/0.3.x) + + * Preserve whitespace in HTML `<pre>` elements also when they contain child + elements. + * Match templates no longer match their own output (ticket #77). + * Blank lines before directives in text templates are now preserved as + expected (ticket #62). Version 0.3.4