Skip to content

Commit

Permalink
Update CHANGES.rst with everything I'm claiming is significant.
Browse files Browse the repository at this point in the history
(Yes, we're close!)
  • Loading branch information
gsnedders committed Apr 29, 2015
1 parent c12beb0 commit f04b07b
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
Change Log
----------

0.9999
~~~~~~
0.9999/1.0b5
~~~~~~~~~~~~

Released on April 29, 2015

* Pass error message to the ParseError exception in strict parsing mode.

* Allow data URIs in the sanitizer, with a whitelist of content-types.

* Add support for Python implementations that don't support lone
surrogates (read: Jython). Fixes #2.

* Remove localization of error messages. This functionality was totally
unused (and untested that everything was localizable), so we may as
well follow numerous browsers in not supporting translating technical
strings.

Released on XXX, 2015
* Expose treewalkers.pprint as a public API.

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


0.999
Expand Down

0 comments on commit f04b07b

Please sign in to comment.