diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-11-11 13:51:41 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-11-11 13:51:41 -0500 |
commit | 68e5565dd1be82b0f3e981abd8b5419f9d8258b8 (patch) | |
tree | 4ca6790585c1af05f2f269b6b4ab635fe90683e8 /CHANGELOG | |
parent | 9b72457805dcf60e283bccd947fe4e88c79607a3 (diff) |
The html.parser tree builder now correctly handles DOCTYPEs that are
not uppercase. [bug=1848401]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ * Fixed a deprecation warning on Python 3.7. Patch by Colin Watson. [bug=1847592] +* The html.parser tree builder now correctly handles DOCTYPEs that are + not uppercase. [bug=1848401] + * Added a Chinese translation by Deron Wang and a Brazilian Portuguese translation by Cezar Peixeiro to the repository. |