From 21aa9dd5bac85b77b0d08e4f51dea63250cd7b59 Mon Sep 17 00:00:00 2001 From: Clint Date: Thu, 10 Dec 2015 08:56:17 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac9177b750..479d0ce4ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ BUG FIXES: * provider/aws: Update DB Replica to honor storage type [GH-4155] * provider/aws: Fix issue creating AWS RDS replicas across regions [GH-4215] * provider/aws: Fix issue with finding S3 Hosted Zone ID for eu-central-1 region [GH-4236] + * provider/aws: Fix missing AMI issue with Launch Configurations [GH-4242] * provider/aws: Opsworks stack SSH key is write-only [GH-4241] * 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]