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 29, 2023
1 parent 6cb285f commit 040d483
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@
* Add `CmdBlock` trait to encompass one function for all items. ([#141], [#163])
* Add interruptibility support using [`interruptible`] through `CmdCtxBuilder::with_interruptibility`. ([#141], [#163])
* Add `ItemStreamOutcome` to track which `Item`s are processed or not processed. ([#164], [#165])
* Suppress progress rendering for `StatesCurrentReadCmd`, `StatesGoalReadCmd`, and `DiffCmd`. ([#167], [#168])


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


## 0.0.11 (2023-06-27)
Expand Down

0 comments on commit 040d483

Please sign in to comment.