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

Unified Diff: CHANGELOG.md

Issue 1417983005: Added 1.13 changelog entries for changes in dart:async (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 | no next file » | 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 c88fdab70f0bff34cf7f23a46c7878d17b255955..f8eac3871cfe7607dbd871ff5312c287e702fa4b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,10 @@
### Core library changes
* `dart:async`
+ * `StreamController` added getters for `onListen`, `onPause`, and `onResume`
+ with the corresponding new `typedef void ControllerCallback()`.
+ * `StreamController` added a getter for `onCancel` with the corresponding
+ new `typedef ControllerCancelCallback()`;
* `StreamTransformer` instances created with `fromHandlers` with no
`handleError` callback now forward stack traces along with errors to the
resulting streams.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698