Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 8571676399fdfbbd29c122162dadf00623c0c1b4..884c790cbb6c984b51eb64fec7fa4acb5615d40d 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -9,6 +9,10 @@ |
| allowed by the HTTP protocol. |
| The `HttpServer` still gracefully receives fragments, but discards them |
| before delivering the request. |
| +* `dart:async` |
| + * `StreamController` added getters for the `onListen`, `onPause`, `onResume` |
| + and `onCancel` callbacks. |
| + |
| ## 1.12.0 |