From 4afe900535b9c90e7c2fe0ac045aaaec3256d516 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Fri, 11 Oct 2013 01:07:06 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf62f1129..63505717d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ BUG FIXES: * builder/all: timeout waiting for SSH connection is a failure. [GH-491] * builder/digitalocean: don't panic if erroneous API response doesn't contain error message. [GH-492] +* builder/digitalocean: scrub API keys from config debug output [GH-516] * builder/virtualbox: error if VirtualBox version cant be detected. [GH-488] * builder/virtualbox: detect if vboxdrv isn't properly setup. [GH-488]