From b5830484b884cab1d6290b307ab90d876c69d257 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 8 Nov 2019 16:06:31 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0b7cff37d..df8ba8020b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ ENHANCEMENTS: BUG FIXES: +* command/plan: Previously certain changes to lists would cause the list diff in the plan output to miss items. Now `terraform plan` will show those items as expected. [GH-22695] * command/show: When showing a saved plan file not in JSON mode, use the same presentation as `terraform plan` itself would've used. [GH-23292] * core: Store absolute instance dependencies in state to allow for proper destroy ordering [GH-23252] * core: Ensure tainted status is maintained when a destroy operation fails [GH-23304]