Mercurial > genshi > genshi-test
comparison ChangeLog @ 389:676b78a0c5a0 stable-0.3.x
0.3.x branch: ported [461] and [469].
author | cmlenz |
---|---|
date | Mon, 11 Dec 2006 12:08:10 +0000 |
parents | 5da1187064f2 |
children |
comparison
equal
deleted
inserted
replaced
388:dfb3f9310f2e | 389:676b78a0c5a0 |
---|---|
1 Version 0.3.6 | |
2 http://svn.edgewall.org/repos/genshi/tags/0.3.6/ | |
3 (Dec 11 2006, from branches/stable/0.3.x) | |
4 | |
5 * The builder API now accepts streams as children of elements and fragments. | |
6 | |
7 | |
1 Version 0.3.5 | 8 Version 0.3.5 |
2 http://svn.edgewall.org/repos/genshi/tags/0.3.4/ | 9 http://svn.edgewall.org/repos/genshi/tags/0.3.5/ |
3 (Nov 22 2006, from branches/stable/0.3.x) | 10 (Nov 22 2006, from branches/stable/0.3.x) |
4 | 11 |
5 * Fix XPath traversal in match templates. Previously, `div/p` would be treated | 12 * Fix XPath traversal in match templates. Previously, `div/p` would be treated |
6 the same as `div//p`, i.e. it would match all descendants and not just the | 13 the same as `div//p`, i.e. it would match all descendants and not just the |
7 immediate children. | 14 immediate children. |