1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-05 09:20:04 +00:00

Remove dart:isolate changes from 1.13 changelog, documented spawnUri environment argument

Closes https://github.com/dart-lang/sdk/issues/24757
helps https://github.com/dart-lang/sdk/issues/24474

R=sethladd@google.com

Review URL: https://codereview.chromium.org/1423323003 .
This commit is contained in:
Kevin Moore 2015-10-29 16:36:58 -07:00
parent 7c924f0a25
commit bf713555bf

View File

@ -45,8 +45,7 @@
`RawServerSocket` have been removed.
* `dart:isolate`
* `Isolate` added `packageRoot` and `packageMap` getters.
* `Isolate.spawnUri` added `packageMap` parameter.
* `spawnUri` added an `environment` named argument.
### Tool changes