summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2020-05-17 13:49:43 -0400
committerLeonard Richardson <leonardr@segfault.org>2020-05-17 13:49:43 -0400
commit56d128279162d3a5696cfba767891c843393e372 (patch)
treea8797de2fa46769924b4fe3bd165f4c42de0f408 /CHANGELOG
parent329fc7fd408388ac7b62e8703962f28aae0f3a9d (diff)
Documented some recently added customization features.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 270a771..e66a4eb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,7 +4,7 @@
BeautifulSoupHTMLParser constructor (used by the html.parser tree
builder) which lets you customize the handling of markup that
contains the same attribute more than once, as in:
- <a href="url1" href="url2"> [bug=1878209] TODO: This needs documentation.
+ <a href="url1" href="url2"> [bug=1878209]
* Added a distinct subclass, GuessedAtParserWarning, for the warning
issued when BeautifulSoup is instantiated without a parser being