Skip to content

Commit

Permalink
rename ForkJoinStream.combine2..combine9 to `ForkJoinStream.join2…
Browse files Browse the repository at this point in the history
…`..`join9`
  • Loading branch information
hoc081098 committed Feb 13, 2024
1 parent a65a365 commit 6915a95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.28.0-dev.2 (TBD)

### Changed

- **Breaking**: Rename `ForkJoinStream.combine2`..`combine9` to `ForkJoinStream.join2`..`join9`.

## 0.28.0-dev.1 (2024-01-27)

Feedback on this change appreciated as this is a dev release before 0.28.0 stable!
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: rxdart
version: 0.28.0-dev.1
version: 0.28.0-dev.2
description: >
RxDart is an implementation of the popular reactiveX api for asynchronous
programming, leveraging the native Dart Streams api.
Expand Down

0 comments on commit 6915a95

Please sign in to comment.