Mark breaking changes in changelog
This commit is contained in:
parent
742bd158f1
commit
5991ac6f2a
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue