Update CHANGELOG.md

This commit is contained in:
James Nugent 2016-05-03 16:19:45 -05:00
parent a5825f907b
commit 8dc9b4baa4
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ BUG FIXES:
* 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/aws: Fix issue with encrypted snapshots of block devices in `aws_launch_configuration` resources [GH-6452]
* provider/cloudflare: can manage apex records [GH-6449]
* provider/cloudflare: won't refresh with incorrect record if names match [GH-6449]
* provider/docker: Fix crash when using empty string in the `command` list in `docker_container` resources [GH-6424]