From 370be7df67b0f61d98650c270a75efb91d0b2e91 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Fri, 2 Sep 2016 16:26:37 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 487772598..a2b12c165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ BUG FIXES: * provider/aws: Add AWS error message to retry APIGateway account update [GH-8533] * provider/aws: adds resource retry to `aws_spot_instance_request` [GH-8516] * provider/aws: Handle missing EFS mount target in `aws_efs_mount_target` [GH-8529] + * provider/aws: Increase aws_rds_cluster timeout to 40 minutes [GH-8623] * 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]