Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

## Bug Fixes

<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
- Fix unterminated code block in a documentation example for `WithPrevious`.
1 change: 1 addition & 0 deletions src/frequenz/channels/experimental/_with_previous.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class WithPrevious(Generic[ChannelMessageT]):
# This message will be received as it is bigger than the previous one (1).
await sender.send(2)
assert await receiver.receive() == 2
```
"""

def __init__(
Expand Down