Update CHANGELOG.md

This commit is contained in:
Paul Stack 2016-08-15 21:46:01 +01:00 committed by GitHub
parent 2c68808309
commit 1150c12a8c

View File

@ -63,6 +63,7 @@ BUG FIXES:
* provider/aws: Correct how CORS rules are handled in `aws_s3_bucket` [GH-8096]
* provider/aws: allow numeric characters in RedshiftClusterDbName [GH-8178]
* provider/aws: `aws_security_group` now creates tags as early as possible in the process [GH-7849]
* provider/aws: Defensively code around `db_security_group` ingress rules [GH-7893]
* provider/digitalocean: trim whitespace from ssh key [GH-8173]
* provider/digitalocean: Enforce Lowercase on IPV6 Addresses [GH-7652]
* provider/google: Use resource specific project when making queries/changes [GH-7029]