diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-01-25 14:52:31 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-01-25 14:52:31 -0500 |
commit | 1f51372069b3cc204ffc43b6ef59a82f4bd32f07 (patch) | |
tree | 1a962d0d621730e6764eab329136d758a996e7a6 /CHANGELOG | |
parent | 9f29d5b62539d8020b3e99e084c52a45996b7403 (diff) |
The HTMLFormatter and XMLFormatter constructors no longer return a
value. [bug=1992693]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ Bazaar repository, the final revision to support Python 2 was 605. * Fixed another crash when overriding multi_valued_attributes and using the html5lib parser. [bug=1948488] +* The HTMLFormatter and XMLFormatter constructors no longer return a + value. [bug=1992693] + * Passing a Tag's .contents into PageElement.extend() now works the same way as passing the Tag itself. |