File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,22 @@ Change Log
441.0b2
55~~~~~
66
7- Released on XXX, 2013
7+ Released on June 27, 2013
8+
9+ * Removed reordering of attributes within the serializer. There is now
10+ an ``alphabetical_attributes `` option which preserves the previous
11+ behaviour through a new filter. This allows attribute order to be
12+ preserved through html5lib if the tree builder preserves order.
813
914* Removed ``dom2sax `` from DOM treebuilders. It has been replaced by
1015 ``treeadapters.sax.to_sax `` which is generic and supports any
1116 treewalker; it also resolves all known bugs with ``dom2sax ``.
1217
18+ * Fix treewalker assertions on hitting bytes strings on
19+ Python 2. Previous to 1.0b1, treewalkers coped with mixed
20+ bytes/unicode data on Python 2; this reintroduces this prior
21+ behaviour on Python 2. Behaviour is unchanged on Python 3.
22+
1323
14241.0b1
1525~~~~~
You can’t perform that action at this time.
0 commit comments