Skip to content

Commit 417f55e

Browse files
committed
Update release notes
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
1 parent af8723f commit 417f55e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

RELEASE_NOTES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66

77
## Upgrading
88

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
9+
- The old `Broadcast` class is deprecated in favour of the new auto-closing `BroadcastChannel`.
10+
11+
- The `Anycast` class is deprecated, because of the lack of use-cases and the maintenance cost.
1012

1113
## New Features
1214

13-
<!-- Here goes the main new features and examples or instructions on how to use them -->
15+
- There's a new `BroadcastChannel`, which returns a broadcast sender and a broadcast receiver. The channel is auto-closing, meaning when all the senders or all the receivers are closed, the channel is closed.
1416

1517
## Bug Fixes
1618

0 commit comments

Comments
 (0)