Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 315e870b91fcaed1266970435a7cec2dfbf4b7fc..64e4b198511b8365582e2ad2fdb3f9f7b599b571 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -13,6 +13,10 @@ |
| * `dart:async` |
| * `Future.wait` now catches synchronous errors and returns them in the |
| returned Future. |
| + * More aggressively returns a Future on Stream.cancel operations. |
| + Discourages to return `null` from `cancel`. |
| + * Fixes a few bugs where the cancel future wasn't passed through |
| + transformations. |
| * `dart:io` |
| * Added `WebSocket.addUtf8Text` to allow sending a pre-encoded text message |
| without a round-trip UTF-8 conversion. |