Mark breaking changes in changelog

This commit is contained in:
Joscha 2023-03-31 16:06:39 +02:00
parent 742bd158f1
commit 5991ac6f2a

View file

@ -14,10 +14,12 @@ Procedure when bumping the version number:
## Unreleased ## Unreleased
### Changed ### Changed
- Error handling of `Action`s is now more complex but more powerful. In - **(breaking)**
Error handling of `Action`s is now more complex but more powerful. In
particular, `Action`s can now return almost arbitrary errors without nesting particular, `Action`s can now return almost arbitrary errors without nesting
`Result`s like before. `Result`s like before.
- Renamed `Action::Result` to `Action::Output` - **(breaking)**
Renamed `Action::Result` to `Action::Output`
## v0.1.0 - 2023-02-12 ## v0.1.0 - 2023-02-12