Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 2c8184168d20fb08070011d2d90949a80e8df771..d1cc8f4c5fbbdfb8cc057966de7f06bb2305af9c 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -8,18 +8,21 @@ |
| 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 |
| * `dart:core` |
| * Add `unmodifiable` constructor to `List` - |
| [r45334](https://code.google.com/p/dart/source/detail?r=45334) |
| -* `dart:isolate` *Experimental* |
| - * Make the `priority` parameter of `Isolate.ping` and `Isolate.kill` methods |
| - a named parameter. |
| + * Add `unmodifiable` constructor to `Map` - |
| + [r45733](https://code.google.com/p/dart/source/detail?r=45733) |
| + * Add `empty` constructor to `Iterable` - |
| + [dcf0286f](https://github.com/dart-lang/sdk/commit/dcf0286f5385187a68ce9e66318d3bf19abf454b) |
| +* Update experimental Isolate API in `dart:isolate`: |
|
kevmoo
2015/05/26 11:59:56
Reword this to keep `dart:isolate` at the front. W
|
| + * Make the priority parameter of `Isolate.ping` and `Isolate.kill` methods |
| + a named parameter named `priority`. |
| * Remove the `Isolate.AS_EVENT` priority. |
| * Add extra `response` parameter to `Isolate.ping` and |
| `Isolate.addOnExitListener` - |
| [r45092](https://code.google.com/p/dart/source/detail?r=45092) |
| + * Remove the experimental state of the API. |
| ### Tool changes |