mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
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:
parent
05f11aa74c
commit
c95617b19c
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue