summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2020-09-26 10:36:23 -0400
committerLeonard Richardson <leonardr@segfault.org>2020-09-26 10:36:23 -0400
commite37c55b111b6d3ece22237188ad77a1ea9cd3724 (patch)
tree45bfbb5de4ce472b5e517e1dac82a194e7202f0a /CHANGELOG
parent2c4dcf44e97a620e8f5f735f5585b225062e3636 (diff)
Change the signatures for BeautifulSoup.insert_before and insert_after
(which are not implemented) to match PageElement.insert_before and insert_after, quieting warnings in some IDEs. [bug=1897120]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 70c6f47..93eb151 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,7 +5,11 @@
no matching opening tag. [bug=1880420]
* Specify the soupsieve dependency in a way that complies with
- PEP 508. Patch by Mike Nerone. [bug=1893696]
+ PEP 508. Patch by Mike Nerone. [bug=1893696]
+
+* Change the signatures for BeautifulSoup.insert_before and insert_after
+ (which are not implemented) to match PageElement.insert_before and
+ insert_after, quieting warnings in some IDEs. [bug=1897120]
= 4.9.1 (20200517)