1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-08 12:06:26 +00:00

Update CHANGELOG.md with text for the default switching to Dart 2.0.

Change-Id: Ib47cc23ff1bcaefc708f1049a7964798a91b4157
Reviewed-on: https://dart-review.googlesource.com/61304
Reviewed-by: Dan Grove <dgrove@google.com>
This commit is contained in:
asiva 2018-06-20 19:36:02 +00:00 committed by Alexander Thomas
parent e15b6a1cd7
commit 68ecf31fc5

View File

@ -32,6 +32,14 @@ allowed when `exp` has type `void`.
### Dart VM
* The Dart VM now runs programs by default with Dart 2.0 semantics. The flag
`--preview-dart-2` is not available anymore.
* A new flag `--no-preview-dart-2` has been added, this flag can be used
to revert to Dart 1.0 semantics. The flag is temporary and only meant to
help users in the migration process. The flag will go away in a future dev
release, when we no longer support Dart 1.0.
### Tool Changes
#### Pub