summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2019-10-06 10:02:07 -0400
committerLeonard Richardson <leonardr@segfault.org>2019-10-06 10:02:07 -0400
commit5b7212298f17a6c3c33f79b49e36a730b45fd19d (patch)
tree5b104dcaa129aa1b79666daf29a4afc18299132d /CHANGELOG
parent24fca77a9e156ec77f1bec115199c9be176edcc2 (diff)
Added section on Python 2 sunsetting.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 3 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1b6a95d..0f14b07 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-= 4.8.1 (Unreleased)
+= 4.8.1 (20191006)
* When the html.parser or html5lib parsers are in use, Beautiful Soup
will, by default, record the position in the original document where
@@ -7,9 +7,8 @@
Mayo. [bug=1742921]
* When instantiating a BeautifulSoup object, it's now possible to
- provide replacement classes to be instantiated for every tag ('tag_class')
- or string ('string_class') encountered during parsing, rather than
- using the default Tag and NavigableString objects.
+ provide a dictionary ('element_classes') of the classes you'd like to be
+ instantiated instead of Tag, NavigableString, etc.
* Fixed the definition of the default XML namespace when using
lxml 4.4. Patch by Isaac Muse. [bug=1840141]