Update CHANGELOG.md

This commit is contained in:
Clint 2016-05-02 09:45:46 -05:00
parent c2f7a0cc60
commit fca7a5d2f5
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ BUG FIXES:
* provider/aws: Refresh state on `aws_sqs_queue` not found [GH-6381]
* 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]
* provider/aws: Fix issue replacing Network ACL Relationship [GH-6421]
* provider/aws: validate `cluster_id` length for `aws_elasticache_cluster` [GH-6330]
* provider/docker: Fix crash when using empty string in the `command` list in `docker_container` resources [GH-6424]