| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 2a83e3f4ae62282a172d1a8601fb21ccfb433ae4..3768cedd88243185cf607610b3f064364dd39b90 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -10,6 +10,9 @@
|
| - Added `SubscriptionStream` which creates a single-subscription stream
|
| from an existing stream subscription.
|
|
|
| +- Added a `ResultFuture` class for synchronously accessing the result of a
|
| + wrapped future.
|
| +
|
| - Added `FutureGroup.onIdle` and `FutureGroup.isIdle`, which provide visibility
|
| into whether a group is actively waiting on any futures.
|
|
|
|
|