Mercurial > genshi > mirror
comparison ChangeLog @ 344:bb881d1b4b5c experimental-inline
inline branch: Merged [419:421/trunk].
author | cmlenz |
---|---|
date | Fri, 10 Nov 2006 10:13:12 +0000 |
parents | 7763f7aec949 |
children | 2aa7ca37ae6a ffa7dea6e8fd |
comparison
equal
deleted
inserted
replaced
342:aebbf9ae3915 | 344:bb881d1b4b5c |
---|---|
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 | 27 * Split up the `genshi.template` module into multiple modules inside the new |
28 `genshi.template` package. | 28 `genshi.template` package. |
29 * Results of expression evaluation are no longer implicitly called if they | |
30 are callable. | |
29 | 31 |
30 Version 0.3.4 | 32 Version 0.3.4 |
31 http://svn.edgewall.org/repos/genshi/tags/0.3.4/ | 33 http://svn.edgewall.org/repos/genshi/tags/0.3.4/ |
32 (Nov 2 2006, from branches/stable/0.3.x) | 34 (Nov 2 2006, from branches/stable/0.3.x) |
33 | 35 |