From 09d6d2cf3a774ff4e138d7920fbfbefc08b80fb8 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Sun, 4 Sep 2016 02:17:34 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 732fe456e8..370605509f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,7 @@ BUG FIXES: * 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/aws: Handle all kinds of CloudFormation stack failures [GH-5606] * 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]