diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -35,6 +35,10 @@ guarantee that this will hold for the next release. a boolean attribute. In a future release, I plan to also give this behavior to the 'html' formatter. Patch by Isaac Muse. [bug=1915424] +* The 'replace_with()' method now takes a variable number of arguments, + and can be used to replace a single element with a sequence of elements. + Patch by Bill Chandos. [rev=605] + * Corrected output when the namespace prefix associated with a namespaced attribute is the empty string, as opposed to None. [bug=1915583] @@ -47,10 +51,10 @@ guarantee that this will hold for the next release. the <template> tag, which may contain both TemplateString objects and Comment objects. [bug=1913406] -* The html.parser tree builder can now handles named entities +* The html.parser tree builder can now handle named entities found in the HTML5 spec in much the same way that the html5lib - tree builder does. Note that the lxml tree builder still handles - named entities differently. [bug=1924908] + tree builder does. Note that the lxml HTML tree builder doesn't handle + named entities this way. [bug=1924908] * Added a second way to pass specify encodings to UnicodeDammit and EncodingDetector, based on the order of precedence defined in the |