Mercurial > genshi > mirror
comparison ChangeLog @ 336:7763f7aec949 trunk
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 | e5ba8c5a30fe |
children | 35189e960252 |
comparison
equal
deleted
inserted
replaced
335:8e651f5f2ee0 | 336:7763f7aec949 |
---|---|
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 |