From 6e00b767bc4821aa62cc02e6a631334c046c1c14 Mon Sep 17 00:00:00 2001 From: Lauren Date: Thu, 22 Feb 2024 12:35:41 -0500 Subject: [PATCH] CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c74d9c13..f18d761cf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +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. +* cloud: Fixed unparsed color codes in policy failure error messages #34473 EXPERIMENTS: