summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2021-12-17 12:54:14 -0500
committerLeonard Richardson <leonardr@segfault.org>2021-12-17 12:54:14 -0500
commit854fd52ad616d8e9c0860bba2eb4ddd93eb2dc79 (patch)
tree419c15e1c024ea09fc71efbc6d56014ae099fe52 /CHANGELOG
parentad52722cc6b55ce414d395e9a0860cee57c0ab2d (diff)
Fix a crash when pickling a BeautifulSoup object that has no
tree builder. [bug=1934003]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index af99990..3c807d5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -33,6 +33,9 @@ Python 2 was revision 605.
version. "text" still works, but will give a DeprecationWarning.
[bug=1947038]
+* Fix a crash when pickling a BeautifulSoup object that has no
+ tree builder. [bug=1934003]
+
= 4.10.0 (20210907)
* This is the first release of Beautiful Soup to only support Python