summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2019-01-06 18:49:34 -0500
committerLeonard Richardson <leonardr@segfault.org>2019-01-06 18:49:34 -0500
commit9c99d3050584a088b1d066aca0c21d04f87775b0 (patch)
tree1ccfcba0217d9d1c8546a55f61a467b5564ab9e3 /CHANGELOG
parent4ea083fedb7bc813e7f4677b437488588d399c37 (diff)
downloadbeautifulsoup4-9c99d3050584a088b1d066aca0c21d04f87775b0.tar.gz
Fixed an incorrectly raised exception when inserting a tag before or
after an identical tag. [bug=1810692]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b778f6d..389b949 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+= 4.7.1 (Unreleased)
+
+* Fixed a significant performance problem introduced in 4.7.0. [bug=1810617]
+
+* Fixed an incorrectly raised exception when inserting a tag before or
+ after an identical tag. [bug=1810692]
+
+* Beautiful Soup will no longer try to keep track of namespaces that
+ are not defined with a prefix; this can confuse soupselect. [bug=1810680]
+
= 4.7.0 (20181231)
* Beautiful Soup's CSS Selector implementation has been replaced by a