Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: CHANGELOG.md

Issue 2213193004: Revert "Return futures on Stream.cancel when possible." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sdk/lib/async/stream.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | sdk/lib/async/stream.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698