mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
[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:
parent
9a8b5f3bc2
commit
9aa0c4ae3f
1 changed files with 25 additions and 5 deletions
30
CHANGELOG.md
30
CHANGELOG.md
|
@ -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
|
||||
|
@ -13,7 +37,7 @@ asynchronous functions fixed. Specifically:
|
|||
* Issue [32233][issue 32233]. Errors when returning `FutureOr`
|
||||
* Issue [33218][issue 33218]. Returns in functions with void related types
|
||||
* Issue [31278][issue 31278]. Incorrect hint on empty returns in async
|
||||
functions
|
||||
functions
|
||||
* An empty `return;` in an async function with return type `Future<Object>` will
|
||||
not report an error.
|
||||
* `return exp;` where `exp` has type `void` in an async function is now an error
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue