Skip to content

Commit f04b07b

Browse files
committed
Update CHANGES.rst with everything I'm claiming is significant.
(Yes, we're close!)
1 parent c12beb0 commit f04b07b

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

CHANGES.rst

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
Change Log
22
----------
33

4-
0.9999
5-
~~~~~~
4+
0.9999/1.0b5
5+
~~~~~~~~~~~~
6+
7+
Released on April 29, 2015
8+
9+
* Pass error message to the ParseError exception in strict parsing mode.
10+
11+
* Allow data URIs in the sanitizer, with a whitelist of content-types.
12+
13+
* Add support for Python implementations that don't support lone
14+
surrogates (read: Jython). Fixes #2.
15+
16+
* Remove localization of error messages. This functionality was totally
17+
unused (and untested that everything was localizable), so we may as
18+
well follow numerous browsers in not supporting translating technical
19+
strings.
620

7-
Released on XXX, 2015
21+
* Expose treewalkers.pprint as a public API.
822

9-
* Add support for Python implementations that don't support lone surrogates
10-
(read: Jython).
23+
* Add a documentEncoding property to HTML5Parser, fix #121.
1124

1225

1326
0.999

0 commit comments

Comments
 (0)