Update CHANGELOG.md

This commit is contained in:
Mitchell Hashimoto 2017-01-24 17:20:36 -08:00 committed by GitHub
parent a74dab836c
commit f36b8199ab
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@ FEATURES:
IMPROVEMENTS:
* command/fmt: Single line objects (such as `variable "foo" {}`) aren't separated by newlines
* provider/aws: Add 'route_table_id' to route_table data source ([#11157](https://github.com/hashicorp/terraform/pull/11157))
* provider/aws: Add Support for aws_cloudwatch_metric_alarm extended statistic [GH-11193]
* provider/aws: Make the type of a route53_record modifiable without recreating the resource [GH-11164]
@ -58,6 +59,8 @@ IMPROVEMENTS:
BUG FIXES:
* command/fmt: Multiple `#` comments won't be separated by newlines. [GH-11209]
* command/fmt: Lists with a heredoc element that starts on the same line as the opening brace is formatted properly. [GH-11208]
* provider/aws: Fix panic when querying VPC's main route table via data source ([#11134](https://github.com/hashicorp/terraform/issues/11134))
* provider/aws: Allow creating aws_codecommit repository outside of us-east-1 [GH-11177]
* provider/aws: Fix issue destroying or updating CloudFront due to missing Lambda Function Associations parameters [GH-11291]