# HG changeset patch # User cmlenz # Date 1164229890 0 # Node ID 37e45862f814bb8a3ba7214ff2c4901a80e7ee65 # Parent 4f431931d64e85cd58b92b928cf05b1dc40348c5 Update change log for [milestone:0.3.5]. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -21,9 +21,6 @@ value. * Unsuccessful attribute or item lookups now return `Undefined` objects for nicer error messages. - * 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. * Split up the `genshi.template` module into multiple modules inside the new `genshi.template` package. * Results of expression evaluation are no longer implicitly called if they @@ -36,6 +33,9 @@ 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).