From eb2bcfe456eb122e8102883c08404d5aa7eaff8b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 13 Oct 2013 22:36:15 -1000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68f07c792..b2c25ccda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ BUG FIXES: * builder/all: timeout waiting for SSH connection is a failure. [GH-491] +* builder/amazon: Scrub sensitive data from the logs. [GH-521] * 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]