summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2022-04-07 19:17:52 -0400
committerLeonard Richardson <leonardr@segfault.org>2022-04-07 19:17:52 -0400
commitd8e5c8b975102d6567ed172190feacb8811a343f (patch)
treeeba22a9c1e9492032ad27612106c6f677a3cc43c /CHANGELOG
parent461a7083d2a924a9aaeadb8a8f6b47cf8b3fb511 (diff)
Omit untrusted input when issuing warnings.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c8889cd..909d852 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,7 +3,7 @@ Beautiful Soup's official support for Python 2 ended on December 31st,
4.9.3. In the Launchpad Bazaar repository, the final revision to support
Python 2 was revision 605.
-= 4.11.0 (Unreleased)
+= 4.11.0 (20220407)
* Ported unit tests to use pytest.
@@ -50,8 +50,8 @@ Python 2 was revision 605.
html5lib parser. [bug=1948488]
* Standardized the wording of the MarkupResemblesLocatorWarning
- warnings to to make them less judgmental about what you ought to
- be doing. [bug=1955450]
+ warnings to omit untrusted input and make the warnings less
+ judgmental about what you ought to be doing. [bug=1955450]
* Removed support for the iconv_codec library, which doesn't seem
to exist anymore and was never put up on PyPI. (The closest