comparison ChangeLog @ 387:9c88f4137b03 trunk

Update change log for [milestone:0.3.6].
author cmlenz
date Mon, 11 Dec 2006 12:05:34 +0000
parents b9fc7a1f76ca
children f0b785d3d407
comparison
equal deleted inserted replaced
386:c66370dfc41b 387:9c88f4137b03
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.
Copyright (C) 2012-2017 Edgewall Software