Rename Action::Result to Action::Output

This commit is contained in:
Joscha 2023-03-31 02:40:35 +02:00
parent 2bf19e0ea2
commit 742bd158f1
4 changed files with 8 additions and 7 deletions

View file

@ -17,6 +17,7 @@ Procedure when bumping the version number:
- 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.
- Renamed `Action::Result` to `Action::Output`
## v0.1.0 - 2023-02-12