Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: CHANGELOG.md

Issue 1159563008: Add links to CHANGELOG announcement for appendHtml sanitizing (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Just link to announcement Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index adadd48fedcf6e132b4b0ca12bcf799a1cffe5b6..9c361509efbef35a1d10b4b2bb95e68038ba2527 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,12 +2,14 @@
### Core library changes
-* In dart:html, appendHtml and insertAdjacentHtml now take validator
- and treeSanitizer parameters, and the inputs are consistently sanitized.
+* In `dart:html`, `appendHtml` and `insertAdjacentHtml` now take `nodeValidator`
+ and `treeSanitizer` parameters, and the inputs are consistently
+ sanitized. See [45818 announcement]
+ [45818 announcement](https://groups.google.com/a/dartlang.org/forum/#!topic/announce/GVO7EAcPi6A)
* List iterators may not throw ConcurrentModificationError as eagerly in
release mode. In checked mode, the modification check is still as eager
as possible.
- [r45198](https://code.google.com/p/dart/source/detail?r=45198),
+ [r45198](https://code.google.com/p/dart/source/detail?r=45198)
* `dart:core`
* Add `unmodifiable` constructor to `List` -
[r45334](https://code.google.com/p/dart/source/detail?r=45334)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698