From fb08774ff3a846ed8aea4bd9a3e976f972bed7ae Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 1 Nov 2016 11:17:34 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb258f70..b6fefff46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,6 +89,7 @@ BUG FIXES: * core: `prevent_destroy` prevents decreasing count [GH-9707] * core: removed optional items will trigger "requires new" if necessary [GH-9699] * command/apply: `-backup` and `-state-out` work with plan files [GH-9706] + * command/fmt: Cleaner formatting for multiline standalone comments above resources * command/validate: respond to `--help` [GH-9660] * provider/archive: Converting to datasource. [GH-8492] * provider/aws: Fix issue importing AWS Instances and setting the correct `associate_public_ip_address` value [GH-9453]