Skip to content

Commit 1c11b55

Browse files
authored
Clear release notes (#512)
2 parents 7d08b5b + add58bb commit 1c11b55

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

RELEASE_NOTES.md

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

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

5-
- `LatestValueCache` now closes the receiver when it is stopped.
6-
- Fetching values from stopped `LatestValueCache` instances is now disallowed.
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
710

811
## New Features
912

10-
- There's a new `Oneshot` channel, which returns a sender and a receiver. A single message can be sent using the sender, after which it will be closed. And the receiver will close as soon as the message is received.
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
14+
15+
## Bug Fixes
1116

12-
- `Sender`s now have an `aclose`, which must be called, when they are no-longer needed.
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)