Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index ef965e1e09b7310872dd317de79fafd70ad00bf8..cb27ed8e7b0d506c2dbb8bcfb8fd5e9762d359b9 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -11,6 +11,9 @@ |
that don't store it in an environment variable. |
* Added `ProcessInfo.currentRss` and `ProcessInfo.maxRss` for inspecting |
the Dart VM process current and peak resident set size. |
+* `dart:async`, `dart:io` |
+ * Adding to a closed sink now throws. |
Lasse Reichstein Nielsen
2017/04/26 08:26:18
Also updates dart:core's Sink, so add `dart:core`
floitsch
2017/05/01 16:46:24
Done.
|
+ |
### Dart VM |