From a9ca42419c902823c91bcceb3c38fb76bac11b3d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 8 Jan 2017 16:28:08 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b77bc0c8..9581d6671c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ IMPROVEMENTS: BUG FIXES: + * command/fmt: Lists of heredocs format properly [GH-10947] * provider/aws: Guard against nil change output in `route53_zone` that causes panic [GH-10798] * provider/aws: Reworked validateArn function to handle empty values [GH-10833] * provider/aws: Set `aws_autoscaling_policy` `metric_aggregation_type` to be Computed [GH-10904]