From ffb887f8b784af983a2c073d1a93f946cfede4e3 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Wed, 23 Jan 2019 15:37:53 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfb8c2ebc..e1608d931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ BUG FIXES: * backend/local: Render CBD replacement (+/-) correctly [GH-19642] * command/format: Fix rendering of nested blocks during update [GH-19611] * command/format: Fix rendering of force-new updates [GH-19609] +* command/format: Fix rendering of nested (JSON) object [GH-20071] * command/format: Fix rendering of unknown elements in set/map/list [GH-20067] * command/init: Fix plugin installer using wrong protocol causing incompatiable API version with plugin [GH-19221] * command/providers: Support `-no-color` argument to `terraform providers`, which was previously incorrectly returning an error [GH-19671]