From 1c652d5cc974b5fba68d3acc049aef0f5d08c64e Mon Sep 17 00:00:00 2001 From: Nick Pillitteri <56quarters@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:47:12 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 254283fcfc..dc17eb4304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -182,7 +182,7 @@ ### Mimirtool -* [CHANGE] Disable colored output on mimirtool when the output is not to a terminal. #9119 +* [CHANGE] Disable colored output on mimirtool when the output is not to a terminal. #9423 * [CHANGE] Add `--force-color` flag to be able to enable colored output when the output is not to a terminal. #9119 * [CHANGE] Analyze Rules: Count recording rules used in rules group as used. #6133 * [CHANGE] Remove deprecated `--rule-files` flag in favor of CLI arguments for the following commands: #8701