[release] Prepare changelog for 2.0.0-dev.65.0

Change-Id: Ie463e9b88a68d86e6e09d0c9e9d53f89ab1d77ed
Reviewed-on: https://dart-review.googlesource.com/62149
Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
Alexander Thomas 2018-06-26 10:36:46 +00:00
parent 9a8b5f3bc2
commit 9aa0c4ae3f

View file

@ -4,6 +4,30 @@
### Language
#### Strong Mode
### Dart VM
### Tool Changes
#### Pub
#### Other Tools
### Core library changes
## 2.0.0-dev.65.0
### Tool Changes
#### Pub
* Pub no longer supports running with `DART_VM_OPTIONS=--no-preview-dart2`.
## 2.0.0-dev.64.1
### Language
* Numerous corner case bugs around return statements in synchronous and
asynchronous functions fixed. Specifically:
* Issues [31887][issue 31887], [32881][issue 32881]. Future flattening should
@ -42,10 +66,6 @@ allowed when `exp` has type `void`.
### Tool Changes
#### Pub
* Pub no longer supports running with `DART_VM_OPTIONS=--no-preview-dart2`.
#### Dart2js
* Dart2js now compiles programs by default with Dart 2.0 semantics. Apps are