From 5d910691482efb11b2db572146914b410399563b Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 18 Dec 2015 09:45:01 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index afaa91920..6d945112f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,7 @@ BUG FIXES: * 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] + * 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] * provider/openstack: Convert block_device from a Set to a List [GH-4288]