summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2021-02-13 13:54:56 -0500
committerLeonard Richardson <leonardr@segfault.org>2021-02-13 13:54:56 -0500
commit185ec704743ffa0dfd95b7a29e2f5d38a25433b5 (patch)
tree39c3535011cc9a1f1e32827d557eb40fba9fa183 /CHANGELOG
parent8f763297abc8bb598c3aca25eccaef6db7f7c987 (diff)
Corrected the use of special string container classes in cases when a
single tag may contain strings with different containers; such as the <template> tag, which may contain both TemplateString objects and Comment objects. [bug=1913406]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 93c59ba..288a276 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,11 @@
* Performance improvement when processing tags that speeds up overall
tree construction by 2%. Patch by Morotti. [bug=1899358]
+* Corrected the use of special string container classes in cases when a
+ single tag may contain strings with different containers; such as
+ the <template> tag, which may contain both TemplateString objects
+ and Comment objects. [bug=1913406]
+
* 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: