diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-01-06 18:49:34 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-01-06 18:49:34 -0500 |
commit | 37475317c329d38b6dfa6061695035fcbce6b7d4 (patch) | |
tree | feb4bb09875fb9823d35272775b5a5601adcd3c9 /CHANGELOG | |
parent | 047ccd22fe038813024d5d29b9d68dc5616edac8 (diff) |
Fixed an incorrectly raised exception when inserting a tag before or
after an identical tag. [bug=1810692]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |