Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-10-17 22:18:47 -10:00
parent 75932df666
commit 3608329a5f
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ BUG FIXES:
* builder/amazon: Scrub sensitive data from the logs. [GH-521]
* builder/amazon: Handle the situation where an EC2 instance might not
be immediately available. [GH-522]
* builder/amazon/chroot: Files copied into the chroot remove destination
before copy, fixing issues with dangling symlinks. [GH-500]
* 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]