diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |