summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2024-01-17 10:56:15 -0500
committerLeonard Richardson <leonardr@segfault.org>2024-01-17 10:56:15 -0500
commitceee9911ca1cc8b1e67efeea6ed74564f4820c3f (patch)
tree830b16ecff7737945d20331376ed1e9dc5dfc645 /CHANGELOG
parent5df3671025db06ae9da2f8c81cd836f383127bc4 (diff)
Added the correct stacklevel to instances of the XMLParsedAsHTMLWarning.
[bug=2034451]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3dde767..910bea6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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]