From 14f8c363bd5b55cfd2798d33d723928d4fc83d12 Mon Sep 17 00:00:00 2001 From: Clint Date: Wed, 9 Dec 2015 10:51:43 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 864321dcf..792ca573a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ BUG FIXES: * provider/aws: Fix issue destroy Route 53 zone/record if it no longer exists [GH-4198] * provider/aws: Fix issue force destroying a versioned S3 bucket [GH-4168] * provider/aws: Fix issue creating AWS RDS replicas across regions [GH-4215] + * providers/aws: Fix issue with finding S3 Hosted Zone ID for eu-central-1 region [GH-4236] * provider/digitalocean: Fix issue where a floating IP attached to a missing droplet causes a panic [GH-4214] * provider/openstack: Handle volumes in "deleting" state [GH-4204] * provider/vsphere: Create and attach additional disks before bootup [GH-4196]