Update CHANGELOG.md

This commit is contained in:
Clint 2016-05-04 14:07:17 -05:00
parent 1c691dcc68
commit 2f8658619f
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ BUG FIXES:
* provider/aws: Fix updating `number_of_nodes` on `aws_redshift_cluster` [GH-6333]
* provider/aws: Omit `aws_cloudfront_distribution` custom_error fields when not explicitly set [GH-6382]
* provider/aws: Refresh state on `aws_sqs_queue` not found [GH-6381]
* provider/aws: Fix issue in updating CloudFront distribution LoggingConfig [GH-6407]
* provider/aws: Fix an eventually consistent issue aws_security_group_rule and possible duplications [GH-6325]
* provider/aws: Respect `selection_pattern` in `aws_api_gateway_integration_response` (previously ignored field) [GH-5893]
* provider/aws: `aws_route` crash when used with `aws_vpc_endpoint` [GH-6338]