update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2016-08-16 09:58:26 -07:00
parent f26d1b40e0
commit 24e7c3b0c2
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A

View File

@ -67,6 +67,7 @@ BUG FIXES:
* 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/aws: `aws_spot_fleet_request` throws panic on missing subnet_id or availability_zone [GH-8217]
* provider/azure: `azurerm_storage_account` will interrupt for Ctrl-C [GH-8215]
* 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]