Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Prepare to publish (again) #190

Merged
merged 1 commit into from
Jul 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down