# HG changeset patch # User cmlenz # Date 1164230253 0 # Node ID 1a0c19b02025d137b3030563de9e9c6ef6b83100 # Parent 077fe85dff135edc92f0298163c29f4cc1a70e2b Ported [451] to 0.3.x. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Version 0.3.5 +http://svn.edgewall.org/repos/genshi/tags/0.3.4/ +(Nov 22 2006, from branches/stable/0.3.x) + + * Fix XPath traversal in match templates. Previously, `div/p` would be treated + the same as `div//p`, i.e. it would match all descendants and not just the + immediate children. + * Preserve whitespace in HTML `
` 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 http://svn.edgewall.org/repos/genshi/tags/0.3.4/ (Nov 2 2006, from branches/stable/0.3.x)