|
1 | 1 | Change Log
|
2 | 2 | ----------
|
3 | 3 |
|
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. |
6 | 20 |
|
7 |
| -Released on XXX, 2015 |
| 21 | +* Expose treewalkers.pprint as a public API. |
8 | 22 |
|
9 |
| -* Add support for Python implementations that don't support lone surrogates |
10 |
| - (read: Jython). |
| 23 | +* Add a documentEncoding property to HTML5Parser, fix #121. |
11 | 24 |
|
12 | 25 |
|
13 | 26 | 0.999
|
|