summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2021-05-31 15:49:41 -0400
committerLeonard Richardson <leonardr@segfault.org>2021-05-31 15:49:41 -0400
commita00624d7fc2e29b41b286f46844cb75f4d96ff63 (patch)
tree339396570eeaef7e51454dd5de9c432df29cce36 /CHANGELOG
parent8d73b97105bf6534057ee93af6795a2a0aceb993 (diff)
The html.parser tree builder can now handles 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]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9ce7bf3..78297f0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -47,6 +47,11 @@ 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
+ 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]
+
* Added a second way to pass specify encodings to UnicodeDammit and
EncodingDetector, based on the order of precedence defined in the
HTML5 spec, starting at: