[vm/sendandexit] Add CHANGELOG for Isolate.exit([port, message]) change.

This is follow-up to 56403a0d35.

Change-Id: I222c04fd4d41e272eeb3e8fd62c55035eee1c12c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215143
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Alexander Aprelev <aam@google.com>
This commit is contained in:
Alexander Aprelev 2021-10-01 22:04:36 +00:00 committed by commit-bot@chromium.org
parent c3171cf26e
commit 48db681c66

View file

@ -944,6 +944,9 @@ This is a patch release that fixes:
- Add `debugName` positional parameter to `ReceivePort` and `RawReceivePort`
constructors, a name which can be associated with the port and displayed in
tooling.
- Introduce `Isolate.exit([port, message])` which terminates current isolate
and, if `port` is specified, as a last action sends out the `message` out to
that `port`.
#### `dart:html`