diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-01-06 19:39:06 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-01-06 19:39:06 -0500 |
commit | c43dde4616326d9583087a5a7639f0e4490ebe4b (patch) | |
tree | 045f9eb207415db2662a123b76af9f0dce17530a /CHANGELOG | |
parent | 37475317c329d38b6dfa6061695035fcbce6b7d4 (diff) |
Tried even harder to avoid the deprecation warning originally fixed in
4.6.1. [bug=1778909]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -= 4.7.1 (Unreleased) += 4.7.1 (20190106) * Fixed a significant performance problem introduced in 4.7.0. [bug=1810617] @@ -8,6 +8,9 @@ * Beautiful Soup will no longer try to keep track of namespaces that are not defined with a prefix; this can confuse soupselect. [bug=1810680] +* Tried even harder to avoid the deprecation warning originally fixed in + 4.6.1. [bug=1778909] + = 4.7.0 (20181231) * Beautiful Soup's CSS Selector implementation has been replaced by a |