Skip to content

Commit ec30e7e

Browse files
Clear release notes (#515)
2 parents 33a83ed + a541230 commit ec30e7e

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

RELEASE_NOTES.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# Frequenz channels Release Notes
22

3-
## Upgrading
3+
## Summary
4+
5+
<!-- Here goes a general summary of what this release is about -->
46

5-
- The old `Broadcast` class is deprecated in favour of the new auto-closing `BroadcastChannel`.
7+
## Upgrading
68

7-
- The `Anycast` class is deprecated, because of the lack of use-cases and the maintenance cost.
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
810

911
## New Features
1012

11-
- 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.
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
14+
15+
## Bug Fixes
16+
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)