Update CHANGELOG.md

This commit is contained in:
Mitchell Hashimoto 2017-01-08 16:28:08 -08:00 committed by GitHub
parent 71a414eebd
commit a9ca42419c
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ IMPROVEMENTS:
BUG FIXES: 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: 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: Reworked validateArn function to handle empty values [GH-10833]
* provider/aws: Set `aws_autoscaling_policy` `metric_aggregation_type` to be Computed [GH-10904] * provider/aws: Set `aws_autoscaling_policy` `metric_aggregation_type` to be Computed [GH-10904]