diff options
author | Leonard Richardson <leonardr@segfault.org> | 2020-09-26 11:18:12 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2020-09-26 11:18:12 -0400 |
commit | 4eef28adde8d1b09dda10b1f6c4f8f896a2b9393 (patch) | |
tree | d7f3b1e645f4fa3afd128a5d05fce939bc36de90 /CHANGELOG | |
parent | e37c55b111b6d3ece22237188ad77a1ea9cd3724 (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-- | CHANGELOG | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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] |