We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc9ba3 commit 59ea963Copy full SHA for 59ea963
RELEASE_NOTES.md
@@ -20,9 +20,11 @@ time.
20
21
## Bug Fixes
22
23
+* [`Broadcast`] receivers now get cleaned up once they go out of scope.
24
+
25
* [`Timer`] now returns [timezone-aware] `datetime` objects using UTC as
26
timezone.
27
-
28
+[`Broadcast`]: https://frequenz-floss.github.io/frequenz-channels-python/v0.11/reference/frequenz/channels/#frequenz.channels.Broadcast
29
[`Timer`]: https://frequenz-floss.github.io/frequenz-channels-python/v0.11/reference/frequenz/channels/#frequenz.channels.Timer
30
[timezone-aware]: https://docs.python.org/3/library/datetime.html#aware-and-naive-objects
0 commit comments