| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index d64bdbdd1c5499041b004e4ebe0fb1bf2d32331e..d9b4b3b9272f83664727d934833d4d7dca33d04c 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -2,14 +2,8 @@
|
|
|
| ### Core library changes
|
|
|
| -* In dart:html, appendHtml and insertAdjacentHtml now take validator
|
| - and treeSanitizer parameters, and the inputs are consistently sanitized.
|
| -* 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),
|
| * Update experimental Isolate API:
|
| - - Make priority parameters of `Isolate.ping` and `Isolate.kill` methods
|
| + - Make priorty parameters of `Isolate.ping` and `Isolate.kill` methods
|
| a named parameter.
|
| - Remove the `Isolate.AS_EVENT` priority.
|
| - Add extra `response` parameter to `Isolate.ping` and
|
|
|