Skip to content

Commit 13391c8

Browse files
committed
Update release notes
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 8eed457 commit 13391c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,11 @@
173173

174174
## Improvements
175175

176-
* `Receiver`: Use a covariant generic type, which allows the generic type to be broader than the actual type.
176+
* `Receiver`, `merge`/`Merger`, `Error` and its derived classes now use a covariant generic type, which allows the generic type to be broader than the actual type.
177177

178-
* `Sender`: Use a contravariant generic type, which allows the generic type to be narrower than the required type.
178+
* `Sender` now uses a contravariant generic type, which allows the generic type to be narrower than the required type.
179+
180+
* `ChannelError` is now generic, so when accessing the `channel` attribute, the type of the channel is preserved.
179181

180182
## Bug Fixes
181183

0 commit comments

Comments
 (0)