diff ChangeLog @ 333:b70563ade748

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.
author cmlenz
date Tue, 07 Nov 2006 17:50:28 +0000
parents 192433e67756
children 5f2c7782cd8a
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,7 +21,9 @@
    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.
 
 Version 0.3.4
 http://svn.edgewall.org/repos/genshi/tags/0.3.4/
Copyright (C) 2012-2017 Edgewall Software