Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index 9c361509efbef35a1d10b4b2bb95e68038ba2527..9923d1655ec41f0ebc85c4fcf0b695d49aee97ee 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -2,6 +2,10 @@ |
### Core library changes |
+* In `dart:html`, adds `NodeTreeSanitizer.trusted`. This can be used |
+ instead of defining a `NullTreeSanitizer` class when calling |
+ `setInnerHtml` or other methods that create DOM from text. It is |
+ also more efficient, skipping the creation of a DocumentFragment. |
* In `dart:html`, `appendHtml` and `insertAdjacentHtml` now take `nodeValidator` |
and `treeSanitizer` parameters, and the inputs are consistently |
sanitized. See [45818 announcement] |