summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3fe20e6..a2134ad 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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.