8000 Update changelog for 1.0b2 changes. · kingjo002/html5lib-python@260f16f · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 260f16f

Browse files
committed
Update changelog for 1.0b2 changes.
1 parent 1d3434f commit 260f16f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGES.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,22 @@ Change Log
44
1.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

1424
1.0b1
1525
~~~~~

0 commit comments

Comments
 (0)
0