summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2021-02-13 10:39:15 -0500
committerLeonard Richardson <leonardr@segfault.org>2021-02-13 10:39:15 -0500
commit0986e7bb25c46c2c9c1787e474e81de157ecfedf (patch)
tree939b1ff73887f66ff92ead5df6bb0810f3463d02 /CHANGELOG
parent316093c577193e5e604bb90a16d520e2f5c1b60b (diff)
Improve the warning issued when a directory name (as opposed to
the name of a regular file) is passed as markup into the BeautifulSoup constructor. [bug=1913628]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f610bc7..7eee93d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,10 @@
namespaced attribute is the empty string, as opposed to
None. [bug=1915583]
+* Improve the warning issued when a directory name (as opposed to
+ the name of a regular file) is passed as markup into the BeautifulSoup
+ constructor. [bug=1913628]
+
= 4.9.3 (20201003)
* Implemented a significant performance optimization to the process of