From e1039fc89e274951ebc1bbb5ddfc62557d1aeb38 Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Wed, 22 Aug 2018 17:57:44 +0000 Subject: [PATCH] [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 --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baabc22ff6b..ce332c26b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.