summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2021-12-21 15:53:21 -0500
committerLeonard Richardson <leonardr@segfault.org>2021-12-21 15:53:21 -0500
commit2906d69e91f12fc2cd632efb534636cc7847e860 (patch)
tree3f9a4680ea1e9a548e27ddfcd7e8895bd651c741 /CHANGELOG
parent4504e4fba31927ec3e5a5d9b3960ffd8efb2b798 (diff)
Standardized the wording of the MarkupResemblesLocatorWarning
warnings to to make them less judgemental about what you ought to be doing. [bug=1955450]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a4fe1fc..412287e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -49,6 +49,10 @@ Python 2 was revision 605.
* Fixed a crash when overriding multi_valued_attributes and using the
html5lib parser. [bug=1948488]
+* Changed the wording of the MarkupResemblesLocatorWarning
+ warnings to to make them less judgemental 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
replacement on PyPI, iconv_codecs, is GPL-licensed, so we can't use