Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-10-13 22:51:36 -10:00
parent b1e1c44f74
commit e54a723fbe
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ BUG FIXES:
* 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]
* builder/virtualbox: sleep a bit before export to ensure the sesssion
is unlocked. [GH-512]
* communicator/ssh: Fix issue where a panic could arise from a nil
dereference. [GH-525]