From b55c47896ce14a7b60cd047e579ff8893a482766 Mon Sep 17 00:00:00 2001 From: Lauren Date: Thu, 22 Feb 2024 04:47:05 -0500 Subject: [PATCH] CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2c969306..40c74d9c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ ENHANCEMENTS: BUG FIXES: * core: Sensitive values will now be tracked more accurately in state and plans, preventing unexpected updates with no apparent changes [GH-34567] +* CLI-driven runs were colorizing strings returned as error messages when a policy soft fails. The fix removes this call to colorize in #34473. EXPERIMENTS: