Skip to content

Commit 935b07f

Browse files
committed
Finish release notes for v0.14.0
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 81eed24 commit 935b07f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
5+
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.
6+
7+
Hopefully they are now used much more uniformly across the whole library.
68

79
## Upgrading
810

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

3537
* `ReceiverInvalidatedError`: Raised when a receiver was invalidated (for example it was converted into a `Peekable`).
36-
37-
## Bug Fixes
38-
39-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)