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 |