From 144412bcd76a287b854cadc2104fec274dbe7de0 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Tue, 30 Jun 2015 13:42:33 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6f0a9717..a734567a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -138,6 +138,7 @@ BUG FIXES: * provider/aws: VPC peering connections in "failed" state are deleted [GH-2544] * provider/aws: EIP deletion works if it was manually disassociated [GH-2543] * provider/aws: `elasticache_subnet_group.subnet_ids` is now a required argument [GH-2534] + * provider/aws: handle nil response from VPN connection describes [GH-2533] * provider/cloudflare: manual record deletion doesn't cause error [GH-2545] * provider/digitalocean: handle case where droplet is deleted outside of terraform [GH-2497]