From 040d483d4567a9e88333abbd0ac12325917dbc8b Mon Sep 17 00:00:00 2001
From: Azriel Hoh <azriel91@gmail.com>
Date: Fri, 29 Dec 2023 14:47:21 +1300
Subject: [PATCH] Update `CHANGELOG.md`.

---
 CHANGELOG.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95409eca6..98b10c4dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 * 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
@@ -13,6 +14,8 @@
 [#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)