summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2020-09-26 11:18:12 -0400
committerLeonard Richardson <leonardr@segfault.org>2020-09-26 11:18:12 -0400
commit4eef28adde8d1b09dda10b1f6c4f8f896a2b9393 (patch)
treed7f3b1e645f4fa3afd128a5d05fce939bc36de90 /CHANGELOG
parente37c55b111b6d3ece22237188ad77a1ea9cd3724 (diff)
Fixed a bug that inconsistently moved elements over when passing
a Tag, rather than a list, into Tag.extend(). [bug=1885710]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 93eb151..6f88e55 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,9 +1,12 @@
-= Unreleased
+= 4.9.2 (Unreleased)
* Fixed a bug that caused too many tags to be popped from the tag
stack during tree building, when encountering a closing tag that had
no matching opening tag. [bug=1880420]
+* Fixed a bug that inconsistently moved elements over when passing
+ a Tag, rather than a list, into Tag.extend(). [bug=1885710]
+
* Specify the soupsieve dependency in a way that complies with
PEP 508. Patch by Mike Nerone. [bug=1893696]