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

Unified Diff: CHANGELOG.md

Issue 1149883005: Update CHANGELOG (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Address comments. 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 2c8184168d20fb08070011d2d90949a80e8df771..adadd48fedcf6e132b4b0ca12bcf799a1cffe5b6 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)
+* `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
« 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