File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,22 @@ Change Log
4
4
1.0b2
5
5
~~~~~
6
6
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.
8
13
9
14
* Removed ``dom2sax `` from DOM treebuilders. It has been replaced by
10
15
``treeadapters.sax.to_sax `` which is generic and supports any
11
16
treewalker; it also resolves all known bugs with ``dom2sax ``.
12
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
+
13
23
14
24
1.0b1
15
25
~~~~~
You can’t perform that action at this time.
0 commit comments