Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 4d01fcad8cf3b9fe970a5c4e4956237c9e900870..a9978a895628b9c9bb19c53b3b072e926699acf2 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -4,6 +4,9 @@ |
| * `dart:async` |
| * `Future.wait` now catches synchronous errors and returns them in the |
| returned Future. |
| +* `dart:io` |
| + * Added `WebSocket.addUtf8Text` to allow sending a pre-encoded text message |
| + without a round-trip UTF-8 conversion. |
| ## 1.19.0 |