Skip to content

Commit 48db681

Browse files
aamcommit-bot@chromium.org
authored andcommitted
[vm/sendandexit] Add CHANGELOG for Isolate.exit([port, message]) change.
This is follow-up to 56403a0. Change-Id: I222c04fd4d41e272eeb3e8fd62c55035eee1c12c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215143 Reviewed-by: Kevin Moore <[email protected]> Commit-Queue: Alexander Aprelev <[email protected]>
1 parent c3171cf commit 48db681

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,9 @@ This is a patch release that fixes:
944944
- Add `debugName` positional parameter to `ReceivePort` and `RawReceivePort`
945945
constructors, a name which can be associated with the port and displayed in
946946
tooling.
947+
- Introduce `Isolate.exit([port, message])` which terminates current isolate
948+
and, if `port` is specified, as a last action sends out the `message` out to
949+
that `port`.
947950

948951
#### `dart:html`
949952

0 commit comments

Comments
 (0)