summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2023-06-04 18:44:29 -0400
committerLeonard Richardson <leonardr@segfault.org>2023-06-04 18:44:29 -0400
commit418ab58f94ea4a0957bcad8e7520bb3fb62d1394 (patch)
treec1e330d20245e08272310a03e6a4514255fd24f5 /CHANGELOG
parenta9132eb00c8ebb66569baa9e09324a7ba69c54d1 (diff)
Fixed a case found by Mengyuhan where html.parser giving up on
markup would result in an AssertionError instead of a ParserRejectedMarkup exception.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 94f1209..644b318 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,10 @@
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.
+* Fixed a case found by Mengyuhan where html.parser giving up on
+ markup would result in an AssertionError instead of a
+ ParserRejectedMarkup exception.
+
= 4.12.2 (20230407)
* Fixed an unhandled exception in BeautifulSoup.decode_contents