comparison ChangeLog @ 336:5f2c7782cd8a

Refactoring: `genshi.template` is now a package, it was getting way to crowded in that file.
author cmlenz
date Wed, 08 Nov 2006 15:50:15 +0000
parents b70563ade748
children 4ff2338e89cd
comparison
equal deleted inserted replaced
335:e14a0332cfdc 336:5f2c7782cd8a
22 * Unsuccessful attribute or item lookups now return `Undefined` objects for 22 * Unsuccessful attribute or item lookups now return `Undefined` objects for
23 nicer error messages. 23 nicer error messages.
24 * Fix XPath traversal in match templates. Previously, `div/p` would be treated 24 * Fix XPath traversal in match templates. Previously, `div/p` would be treated
25 the same as `div//p`, i.e. it would match all descendants and not just the 25 the same as `div//p`, i.e. it would match all descendants and not just the
26 immediate children. 26 immediate children.
27 * Split up the `genshi.template` module into multiple modules inside the new
28 `genshi.template` package.
27 29
28 Version 0.3.4 30 Version 0.3.4
29 http://svn.edgewall.org/repos/genshi/tags/0.3.4/ 31 http://svn.edgewall.org/repos/genshi/tags/0.3.4/
30 (Nov 2 2006, from branches/stable/0.3.x) 32 (Nov 2 2006, from branches/stable/0.3.x)
31 33
Copyright (C) 2012-2017 Edgewall Software