update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-11-02 12:45:57 +04:00
parent 03321c7cdb
commit 0f61db53e4
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@ FEATURES:
* builder/amazon/ebs: Ability to specify which availability zone to create
instance in. [GH-536]
IMPROVEMENTS:
* builder/virtualbox: Can now disable guest addition download entirely
by setting "guest_additions_mode" to "disable" [GH-580]
BUG FIXES:
* core: Won't panic when writing to a bad pipe. [GH-560]