changeset 371:37e45862f814 trunk

Update change log for [milestone:0.3.5].
author cmlenz
date Wed, 22 Nov 2006 21:11:30 +0000
parents 4f431931d64e
children b146277eb54a
files ChangeLog
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 `<pre>` elements also when they contain child
    elements.
  * Match templates no longer match their own output (ticket #77).
Copyright (C) 2012-2017 Edgewall Software