Index: CHANGELOG.md |
diff --git a/CHANGELOG.md b/CHANGELOG.md |
index ab118014be4d031f0950b2b6411cadf6dca7be65..8b232aa5a47e928303179fc86ed74c0a572a1e85 100644 |
--- a/CHANGELOG.md |
+++ b/CHANGELOG.md |
@@ -14,6 +14,9 @@ |
- Added `SubscriptionStream` which creates a single-subscription stream |
from an existing stream subscription. |
+- Added `FutureGroup.onIdle` and `FutureGroup.isIdle`, which provide visibility |
+ into whether a group is actively waiting on any futures. |
+ |
## 1.2.0 |
- Added a `FutureGroup` class for waiting for a group of futures, potentially of |