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

Unified Diff: CHANGELOG.md

Issue 1242023007: Add setters for callbacks on StreamController. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Address comments. Created 5 years, 5 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/broadcast_stream_controller.dart » ('j') | sdk/lib/async/stream_controller.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d4b441cd518a1874bf720104459e26341caa9fd6..7d23f6a409b12b9962c15bc59502124858906c15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
### Core library changes
+* `dart:async`
+ * `StreamController` added setters for the `onListen`, `onPause`, `onResume`
nweiz 2015/07/17 20:40:16 Nit: extra space before "added".
Lasse Reichstein Nielsen 2015/08/05 09:08:45 Acknowledged.
+ and `onCancel` callbacks.
+
* `dart:convert`
* `LineSplitter` added a `split` static method returning an `Iterable`.
« no previous file with comments | « no previous file | sdk/lib/async/broadcast_stream_controller.dart » ('j') | sdk/lib/async/stream_controller.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698