Skip to content

Commit

Permalink
Update CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Dec 28, 2023
1 parent fc41336 commit 38afe59
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## unreleased

* Change `CmdOutcome` to be an `enum` indicating whether it is completed, interrupted, or erroneous. ([#141], [#163])
* Add `CmdBlock` trait to encompass one function for all items. ([#141], [#163])
* Add interruptibility support using [`interruptible`] through `CmdCtxBuilder::with_interruptibility`. ([#141], [#163])


[`interruptible`]: https://github.com/azriel91/interruptible
[#141]: https://github.com/azriel91/peace/issues/141
[#163]: https://github.com/azriel91/peace/pull/163


## 0.0.11 (2023-06-27)

* Add `CmdBase` and `CmdIndependence` for easier command composition. ([#120], [#130])
Expand Down

0 comments on commit 38afe59

Please sign in to comment.