Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish release notes for v0.14.0 #80

Merged
merged 1 commit into from
Mar 29, 2023
Merged
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
8 changes: 3 additions & 5 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Summary

<!-- Here goes a general summary of what this release is about -->
The main change in this release is the revamp of exception handling in general. New exceptions were created and `send()` now raises an exception too when it fails.

Hopefully they are now used much more uniformly across the whole library.

## Upgrading

Expand Down Expand Up @@ -33,7 +35,3 @@
* `ReceiverClosedError`: Raised when a receiver don't have more messages to receive.

* `ReceiverInvalidatedError`: Raised when a receiver was invalidated (for example it was converted into a `Peekable`).

## Bug Fixes

<!-- Here goes notable bug fixes that are worth a special mention or explanation -->