From 65fb52a38e196f4462e1b380e7fe82e69efe1cb3 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Tue, 5 Jan 2016 11:14:03 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd13a1274..0d2158a4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,6 +74,7 @@ BUG FIXES: * provider/aws: Use body or URL for all CloudFormation stack updates [GH-4370] * 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/google: Fix project metadata sshKeys from showing up and causing unnecessary diffs [GH-4512] * provider/openstack: Handle volumes in "deleting" state [GH-4204] * provider/rundeck: Tolerate Rundeck server not returning project name when reading a job [GH-4301] * provider/vsphere: Create and attach additional disks before bootup [GH-4196]