We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1d3434f commit260f16fCopy full SHA for 260f16f
CHANGES.rst
@@ -4,12 +4,22 @@ Change Log
4
1.0b2
5
~~~~~
6
7
-Released on XXX, 2013
+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.
13
14
* Removed ``dom2sax`` from DOM treebuilders. It has been replaced by
15
``treeadapters.sax.to_sax`` which is generic and supports any
16
treewalker; it also resolves all known bugs with ``dom2sax``.
17
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
23
24
1.0b1
25