Skip to content

Commit 25751ba

Browse files
committed
Update RELEASE_NOTES.md
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 70bc153 commit 25751ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@
147147

148148
- `map()`: The returned map object now has a more useful implementation of `__str__ and `__repr__`.
149149

150+
## Improvements
151+
152+
* `Receiver`: Use a covariant generic type, which allows the generic type to be broader than the actual type.
153+
154+
* `Sender`: Use a contravariant generic type, which allows the generic type to be narrower than the required type.
155+
150156
## Bug Fixes
151157

152158
* `Timer`: Fix bug that was causing calls to `reset()` to not reset the timer, if the timer was already being awaited.

0 commit comments

Comments
 (0)