Update CHANGELOG.md

This commit is contained in:
Paul Stack 2016-09-04 00:56:03 +03:00 committed by GitHub
parent 2b0de3ca5c
commit b02041062f
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ BUG FIXES:
* provider/aws: `aws_volume_attachment` detachment errors are caught [GH-8479]
* provider/aws: adds resource retry to `aws_spot_instance_request` [GH-8516]
* provider/aws: Add validation of Health Check target to aws_elb. [GH-8578]
* provider/aws: Skip detaching when aws_internet_gateway not found [GH-8454]
* provider/azurerm: Reordering the checks after an Azure API Get [GH-8607]
* provider/chef: Fix "invalid header" errors that could occur [GH-8382]
* provider/github: Remove unsafe ptr dereferencing [GH-8512]