Update CHANGELOG

R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1149883005
This commit is contained in:
Lasse R.H. Nielsen 2015-05-26 14:21:20 +02:00
parent a50be4b0c1
commit 1f42f878a7

View file

@ -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)
* `dart:isolate`:
* 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