Skip to content

Commit b5ae33c

Browse files
authored
Prepare release notes for v1.9.0 (#420)
2 parents f5a4981 + b5fb125 commit b5ae33c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

RELEASE_NOTES.md

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

3-
## Summary
4-
5-
<!-- Here goes a general summary of what this release is about -->
6-
7-
## Upgrading
8-
9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10-
113
## New Features
124

135
- An experimental `NopReceiver` implementation has been added, which can be used as a place-holder receiver that never receives a message.
@@ -18,7 +10,3 @@
1810
opt_recv: Receiver[T] | None
1911
recv: Receiver[T] = NopReceiver[T]() if opt_recv is None else opt_recv
2012
```
21-
22-
## Bug Fixes
23-
24-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)