From c570af3ec2901ba11cd74021270ddfb9f7aec5f7 Mon Sep 17 00:00:00 2001 From: Clint Date: Wed, 9 Dec 2015 09:55:20 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7b8ef81..9b206f5bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ BUG FIXES: * provider/aws: Skip `source_security_group_id` determination logic for Classic ELBs [GH-4075] * 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] * 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]