Skip to content

Commit c648bc2

Browse files
Reset release notes
1 parent f9ecb68 commit c648bc2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
## Summary
44

5-
This release focuses on improving `async` patterns and flexibility in the channel's library.
5+
<!-- Here goes a general summary of what this release is about -->
66

77
## Upgrading
88

9-
- Some minimal dependencies have been bumped, so you might need to adjust your dependencies accordingly.
10-
- `Broadcast` and `Anycast` channels method `close()` was renamed to `aclose()` to follow Python's convention. With this change now channels can be used with the [`aclosing()`](https://docs.python.org/3/library/contextlib.html#contextlib.aclosing) context manager for example.
11-
12-
The name `close()` is still available for backwards compatibility, but it will be removed in the next major release, so it is recommended to switch to `aclose()`.
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1310

1411
## New Features
1512

16-
- Add a new `OptionalReceiver` class that wraps an optional underlying receiver, allowing for indefinite waiting when no receiver is set.
17-
- Improve documentation of the `frequenz.channels.experimental.Pipe`
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)