Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index adadd48fedcf6e132b4b0ca12bcf799a1cffe5b6..f45d79cb376c670cfa628ba64d8c50bbed1b8b05 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -2,12 +2,15 @@ |
| ### 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] |
| + [r45818](https://code.google.com/p/dart/source/detail?r=45818) |
|
kevmoo
2015/05/26 20:55:57
Just link to the announcement. Linking to the chan
Alan Knight
2015/05/26 21:03:40
Done.
|
| + [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) |