summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2019-01-06 19:39:06 -0500
committerLeonard Richardson <leonardr@segfault.org>2019-01-06 19:39:06 -0500
commitc43dde4616326d9583087a5a7639f0e4490ebe4b (patch)
tree045f9eb207415db2662a123b76af9f0dce17530a /CHANGELOG
parent37475317c329d38b6dfa6061695035fcbce6b7d4 (diff)
Tried even harder to avoid the deprecation warning originally fixed in
4.6.1. [bug=1778909]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 389b949..d3c8578 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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