| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 561a896d3197fb187bf0dc6f6c476fc78e708a4b..e88aeacbd282e7f533558a774d887477ad7719c0 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -7,12 +7,6 @@
|
| on Mac. Was already non-blocking on all other platforms.
|
| * Report a better error when a bind fails because of a bad source address.
|
|
|
| -* `dart:async`
|
| - * More aggressively returns a Future on Stream.cancel operations.
|
| - Discourages to return `null` from `cancel`.
|
| - * Fixes a few bugs where the cancel future wasn't passed through
|
| - transformations.
|
| -
|
| ### Tool Changes
|
|
|
| * `dartfmt` - upgraded to v0.2.9
|
|
|