[release] Prepare changelog for 2.1.0-dev.3.0

TBR=whesse@google.com

Change-Id: I06aa3780de058a72cb4bd5d416f2597f31a341e9
Reviewed-on: https://dart-review.googlesource.com/71761
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Alexander Thomas 2018-08-28 08:05:52 +00:00
parent edd6b75a05
commit 95c5706979

View file

@ -13,11 +13,6 @@
#### Other Tools
### Core library changes
#### `dart:async`
* Update `Stream.fromIterable` to send a done event after the the error when
the iterator's `moveNext` throws, and handle if the `current` getter throws.
Issue [33431](http://dartbug.com/33431).
#### `dart:core`
@ -25,6 +20,16 @@
be unmodifiable incorrectly allowed new methods added in Dart 2 to
succeed.
## 2.1.0-dev.3.0
### Core library changes
#### `dart:async`
* Update `Stream.fromIterable` to send a done event after the error when the
iterator's `moveNext` throws, and handle if the `current` getter throws.
Issue [33431](http://dartbug.com/33431).
## 2.1.0-dev.2.0
### Tool Changes