Skip to content

Commit e4d12b9

Browse files
committed
Add changelog for 1.0b3 (uh, this ought to be have done before).
1 parent 808f78d commit e4d12b9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Change Log
22
----------
33

4+
1.0b3
5+
~~~~~
6+
7+
Released on July 24, 2013
8+
9+
* Removed ``RecursiveTreeWalker`` from ``treewalkers._base``. Any
10+
implementation using it should be moved to
11+
``NonRecursiveTreeWalker``, as everything bundled with html5lib has
12+
for years.
13+
14+
* Fix #67 so that ``BufferedStream`` to correctly returns a bytes
15+
object, thereby fixing any case where html5lib is passed a
16+
non-seekable RawIOBase-like object.
17+
18+
419
1.0b2
520
~~~~~
621

0 commit comments

Comments
 (0)