From bd540ccbe43c794f7014d212f26dbf29d2361fac Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Thu, 22 Jul 2021 13:56:05 -0700 Subject: [PATCH] Prepare to publish (again) I made the previous publish at a commit too early. Move the changelog for the `StreamGroup` bug fix to a new version and prepare to publish. --- CHANGELOG.md | 9 ++++++--- pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c5a3eb..67d7be7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ +## 2.8.1 + +* Don't ignore broadcast streams added to a `StreamGroup` that doesn't have an + active listener but previously had listeners and contains a single + subscription inner stream. + ## 2.8.0 * Add `EventSinkBase`, `StreamSinkBase`, and `IOSinkBase` classes to make it easier to implement custom sinks. * Improve performance for `ChunkedStreamReader` by creating fewer internal sublists and specializing to create views for `Uint8List` chunks. -* Don't ignore broadcast streams added to a `StreamGroup` that doesn't have an - active listener but previously had listeners and contains a single - subscription inner stream. ## 2.7.0 diff --git a/pubspec.yaml b/pubspec.yaml index b0a68a6..8529db4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: async -version: 2.8.0 +version: 2.8.1 description: Utility functions and classes related to the 'dart:async' library. repository: https://github.com/dart-lang/async