| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index c88fdab70f0bff34cf7f23a46c7878d17b255955..f8eac3871cfe7607dbd871ff5312c287e702fa4b 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -10,6 +10,10 @@
|
|
|
| ### Core library changes
|
| * `dart:async`
|
| + * `StreamController` added getters for `onListen`, `onPause`, and `onResume`
|
| + with the corresponding new `typedef void ControllerCallback()`.
|
| + * `StreamController` added a getter for `onCancel` with the corresponding
|
| + new `typedef ControllerCancelCallback()`;
|
| * `StreamTransformer` instances created with `fromHandlers` with no
|
| `handleError` callback now forward stack traces along with errors to the
|
| resulting streams.
|
|
|