Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index 3794ea169ea81700b4328c77d8c0c678072381bb..58003ecb9339968cb7c3610c028b64a9eb99c1cc 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -75,9 +75,6 @@ entirely to allow inference to fill in the type. |
* JSON maps are now typed as `Map<String, dynamic>` instead of |
`Map<dynamic, dynamic>`. A JSON-map is not a `HashMap` or `LinkedHashMap` |
anymore (but just a `Map`). |
-* `dart:async` |
- * Add `groupBy` to `Stream`. Allows splitting a string into separate streams |
- depending on "key" property computed from the individual events. |
* `dart:async`, `dart:io`, `dart:core` |
* Adding to a closed sink, including `IOSink`, is not allowed anymore. In |
1.24, violations are only reported (on stdout or stderr), but a future |