[release] Prepare changelog for 2.1.0-dev.2.0

TBR=whesse@google.com

Change-Id: Ibd63236316991346689de2452be679f3b8f88d53
Reviewed-on: https://dart-review.googlesource.com/71169
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Alexander Thomas 2018-08-22 17:57:44 +00:00
parent cd970b0927
commit e1039fc89e

View file

@ -10,16 +10,23 @@
#### Pub
#### Other Tools
### Core library changes
## 2.1.0-dev.2.0
### Tool Changes
#### dartfmt
* Upgrade to an intermediate version of dartfmt.
* Address several dartfmt issues when used with the new CFE parser.
#### Other Tools
### Core library changes
#### `dart:core`:
* Deprecated the `provisional` annotation and the `Provisional`
annotation class. These should have been removed before releasing Dart 2.0,
and they have no effect.