diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,12 +7,15 @@ * Fixed a regression such that if you set .hidden on a tag, the tag becomes invisible but its contents are still visible. User manipulation of .hidden is not a documented or supported feature, so don't do this, - but it's not too difficult to keep the old behavior working. + but it wasn't too difficult to keep the old behavior working. * Fixed a case found by Mengyuhan where html.parser giving up on markup would result in an AssertionError instead of a ParserRejectedMarkup exception. +* Added the correct stacklevel to instances of the XMLParsedAsHTMLWarning. + [bug=2034451] + * Corrected the syntax of the license definition in pyproject.toml. Patch by Louis Maddox. [bug=2032848] |