summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2023-01-25 16:18:13 -0500
committerLeonard Richardson <leonardr@segfault.org>2023-01-25 16:18:13 -0500
commit12ad184120ad7ddebe63462daf3c6f1a64fb4338 (patch)
treee7899eb5b476ba408aa6dba6e7480758cc143b10 /CHANGELOG
parent37c36a2dc4ecc00fe0f066789f2a7fd5caf069fe (diff)
Tag.interesting_string_types is now propagated when a tag is
copied. [bug=1990400]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a2134ad..066c8c7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,6 +15,9 @@ Bazaar repository, the final revision to support Python 2 was 605.
* The HTMLFormatter and XMLFormatter constructors no longer return a
value. [bug=1992693]
+* Tag.interesting_string_types is now propagated when a tag is
+ copied. [bug=1990400]
+
* Passing a Tag's .contents into PageElement.extend() now works the
same way as passing the Tag itself.