From f341624df70de7e1e557d6b7cf5bf743f71b395d Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Tue, 22 Jan 2019 16:10:30 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a83b89524..cfb8c2ebc 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 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] * helper/schema: Fix setting a set in a list [GH-19552]