Overhaul error handling

This commit is contained in:
Joscha 2023-03-18 13:36:48 +01:00
parent 028c72cac4
commit 2bf19e0ea2
4 changed files with 48 additions and 35 deletions

View file

@ -13,6 +13,11 @@ Procedure when bumping the version number:
## Unreleased
### Changed
- Error handling of `Action`s is now more complex but more powerful. In
particular, `Action`s can now return almost arbitrary errors without nesting
`Result`s like before.
## v0.1.0 - 2023-02-12
Initial release