summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9cddc55..dd62294 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -18,7 +18,13 @@
may now return a different result than calling get_text() on the tag
itself. That's because different tags now have different
understandings of what counts as 'text'. [bug=1906226] [bug=1868861]
-
+
+* The 'html5' formatter now treats attributes whose values are the
+ empty string as HTML boolean attributes. Previously (and in other
+ formatters), an attribute value must be set as None to be treated as
+ a boolean attribute. In a future release, I plan to also give this
+ behavior to the 'html' formatter. Patch by Isaac Muse. [bug=1915424]
+
* Corrected output when the namespace prefix associated with a
namespaced attribute is the empty string, as opposed to
None. [bug=1915583]