From a3cc4a2670bc6dfd5a626721e1b1d02ce0219cd4 Mon Sep 17 00:00:00 2001 From: James Nugent Date: Fri, 18 Dec 2015 17:34:15 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa043189d19e..f20ac1f1ad1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,7 @@ BUG FIXES: * provider/aws: Opsworks stack SSH key is write-only [GH-4241] * provider/aws: Fix issue with ElasticSearch Domain `access_policies` always appear changed [GH-4245] * provider/aws: Fix issue with nil parameter group value causing panic in `aws_db_parameter_group` [GH-4318] + * provider/aws: Fix issue with Elastic IPs not recognizing when they have been unassigned manually [GH-4387] * provider/azure: Update for [breaking change to upstream client library](https://github.com/Azure/azure-sdk-for-go/commit/68d50cb53a73edfeb7f17f5e86cdc8eb359a9528). [GH-4300] * 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]