[release] Prepare changelog for 2.1.0-dev.6.0

Change-Id: Id2c8d86db9e9d07cd9b6f5c8cf7982ffffd8636b
Reviewed-on: https://dart-review.googlesource.com/76861
Auto-Submit: Alexander Thomas <athom@google.com>
Reviewed-by: Jonas Termansen <sortie@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
This commit is contained in:
Alexander Thomas 2018-09-27 08:31:44 +00:00 committed by commit-bot@chromium.org
parent e9c949372e
commit aaf3b709e6

View file

@ -4,6 +4,13 @@
### Language
### Core library changes
#### `dart:core`
* Made `Uri` parsing more permissive about `[` and `]` occurring
in the path, query or fragment, and `#` occurring in fragment.
### Dart VM
### Tool Changes
@ -12,6 +19,25 @@
#### Other Tools
## 2.1.0-dev.6.0
## 2.1.0-dev.5.0
### Core library changes
#### `dart:core`
* Exported `Future` and `Stream` from `dart:core`.
* Added operators `&`, `|` and `^` to `bool`.
#### `dart:async`
* Fix a bug where calling `stream.take(0).drain(value)` would not correctly
forward the `value` through the returned `Future`.
* Add a `StreamTransformer.fromBind` constructor.
## 2.1.0-dev.4.0
### Core library changes
#### `dart:core`
@ -19,19 +45,15 @@
* Added missing methods to `UnmodifiableMapMixin`. Some maps intended to
be unmodifiable incorrectly allowed new methods added in Dart 2 to
succeed.
* Exported `Future` and `Stream` from `dart:core`.
* Added operators `&`, `|` and `^` to `bool`.
* Made `Uri` parsing more permissive about `[` and `]` occurring
in the path, query or fragment, and `#` occurring in fragment.
#### `dart:async`
## 2.1.0-dev.3.1
* Fix a bug where calling `stream.take(0).drain(value)` would not correctly
forward the `value` through the returned `Future`.
### Tool Changes
#### `dart:async`
#### dartanalyzer
* Add a `StreamTransformer.fromBind` constructor.
* Fix a bug in analyzer by cherry-picking commit
bd9645abad40d14c8cd9197dfb5c9cc45b20e9d6
## 2.1.0-dev.3.0