Add a release note about the VM going sync-async

Bug: none
Change-Id: Idf1499bddb3f40034512d8ee349b3bee5f4c552b
Reviewed-on: https://dart-review.googlesource.com/57641
Reviewed-by: Florian Loitsch <floitsch@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
This commit is contained in:
Sam Rawlins 2018-06-06 13:24:42 +00:00 committed by commit-bot@chromium.org
parent 05f11aa74c
commit c95617b19c

View file

@ -114,6 +114,14 @@ void main() {
* Added `FileSystemEntity.fromRawPath` constructor to allow for
the creation of `FileSystemEntity` using `Uint8List` buffers.
### Dart VM
* `async` functions now start synchronously when previewing Dart 2 with
`--preview-dart-2`. Build tools (e.g., build_runner) may override the
default and/or allow developers to configure. Passing the
`--no-sync-async` flag will produce the old behavior, starting `async`
functions asynchronously.
### Tool Changes
#### dartfmt