[release] Prepare changelog for 2.0.0-dev.60.0

TBR=whesse@google.com

Change-Id: Ie14d3fab5f5fdc8e3e25660496cd677fcee1f645
Reviewed-on: https://dart-review.googlesource.com/58340
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Alexander Thomas 2018-06-04 20:01:22 +00:00
parent b0f622a143
commit 839c03e092

View file

@ -6,11 +6,6 @@
#### Strong Mode
### Core library changes
* `dart:convert`
* Allow `utf8.decoder.fuse(json.decoder)` to ignore leading Unicode BOM.
### Dart VM
* The VM now uses `--sync-async` by default. Users can still opt out by
@ -18,6 +13,19 @@
### Tool Changes
#### Pub
#### Other Tools
## 2.0.0-dev.60.0
### Core library changes
* `dart:convert`
* Allow `utf8.decoder.fuse(json.decoder)` to ignore leading Unicode BOM.
### Tool Changes
#### Analyzer
* New static checking of duplicate shown or hidden names in an export directive
@ -25,10 +33,6 @@
[issue 33182]: https://github.com/dart-lang/sdk/issues/33182
#### Pub
#### Other Tools
## 2.0.0-dev.59.0
### Language