CHANGELOG: 1.11 - add note on checked flag to Isolate.spawn

TBR

Review URL: https://codereview.chromium.org//1211923002.
This commit is contained in:
Kevin Moore 2015-06-25 09:29:47 -07:00
parent d436d579a6
commit 9b56fe8e39

View file

@ -56,6 +56,7 @@
* `Isolate` methods `ping` and `addOnExitListener` now have a named parameter
`response`.
[r45092](https://github.com/dart-lang/sdk/commit/1b208bd)
* `Isolate.spawnUri` added a named argument `checked`.
* Remove the experimental state of the API.
* `dart:profiler` - **DEPRECATED**