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

Unified Diff: CHANGELOG.md

Issue 2822173002: Warn when adding something to a closed sink and improve documentation (Closed)
Patch Set: Fix tests and update documentation Created 3 years, 8 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') | sdk/lib/core/sink.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 60d81c32e97d09c39490930667c35326443db791..dd9aad6a0b85e5e09331d3ddc06d2537ccf5e566 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,9 @@
* Added 'RawSynchronousSocket', a basic synchronous socket implementation.
* `dart:convert`
* Removed deprecated `ChunkedConverter` class.
+* `dart:async`, `dart:io`, `dart:core`
+ * Adding to a closed sink now throws.
Bill Hesse 2017/05/03 14:10:10 Could you also note that this applies to IOSinks l
floitsch 2017/05/03 18:28:08 Done.
+
### Dart VM
« no previous file with comments | « no previous file | sdk/lib/async/stream.dart » ('j') | sdk/lib/core/sink.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698