Mercurial > genshi > genshi-test
comparison ChangeLog @ 387:5c2156e0cd41
Update change log for [milestone:0.3.6].
author | cmlenz |
---|---|
date | Mon, 11 Dec 2006 12:05:34 +0000 |
parents | a6c2a9cd2e92 |
children | 4a7358313ee8 |
comparison
equal
deleted
inserted
replaced
386:921c873c2f0e | 387:5c2156e0cd41 |
---|---|
28 * Instances of the `genshi.core.Attrs` class are now immutable (they are | 28 * Instances of the `genshi.core.Attrs` class are now immutable (they are |
29 subclasses of `tuple` instead of `list`). | 29 subclasses of `tuple` instead of `list`). |
30 * `MarkupTemplate`s can now be instantiated from markup streams, in addition | 30 * `MarkupTemplate`s can now be instantiated from markup streams, in addition |
31 to strings and file-like objects (ticket #69). | 31 to strings and file-like objects (ticket #69). |
32 * Improve handling of incorrectly nested tags in the HTML parser. | 32 * Improve handling of incorrectly nested tags in the HTML parser. |
33 * The builder API now accepts streams as children of elements and fragments. | |
34 * Template includes can you be nested inside fallback content. | 33 * Template includes can you be nested inside fallback content. |
35 | 34 |
36 | 35 |
36 Version 0.3.6 | |
37 http://svn.edgewall.org/repos/genshi/tags/0.3.6/ | |
38 (Dec 11 2006, from branches/stable/0.3.x) | |
39 | |
40 * The builder API now accepts streams as children of elements and fragments. | |
41 | |
42 | |
37 Version 0.3.5 | 43 Version 0.3.5 |
38 http://svn.edgewall.org/repos/genshi/tags/0.3.4/ | 44 http://svn.edgewall.org/repos/genshi/tags/0.3.5/ |
39 (Nov 22 2006, from branches/stable/0.3.x) | 45 (Nov 22 2006, from branches/stable/0.3.x) |
40 | 46 |
41 * Fix XPath traversal in match templates. Previously, `div/p` would be treated | 47 * Fix XPath traversal in match templates. Previously, `div/p` would be treated |
42 the same as `div//p`, i.e. it would match all descendants and not just the | 48 the same as `div//p`, i.e. it would match all descendants and not just the |
43 immediate children. | 49 immediate children. |