[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:
+10
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user