Skip to content

Commit

Permalink
Merge pull request #772 from thefrontside/release-v3
Browse files Browse the repository at this point in the history
Release v3.0.0-alpha.15
  • Loading branch information
cowboyd authored Sep 30, 2023
2 parents f074829 + b55113a commit 1ba9fd9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 3.0.0-alpha.15

- ⚡️eliminate excess memory around the `Frame` class by consolidating `Block`
and `Frame` into a single concept.
https://github.com/thefrontside/effection/pull/768

- ⚡️improve performance of queues (and by proxy signals and channels) by making
the entire lifetime of the subscription live the same frame.
https://github.com/thefrontside/effection/pull/771

## 3.0.0-alpha.14

- ✨Port `race()` operation from `v2`
Expand Down

0 comments on commit 1ba9fd9

Please sign in to comment.