Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-11-02 23:25:48 -05:00
parent b50dd4b5a1
commit b330bfd9ee
1 changed files with 3 additions and 1 deletions

View File

@ -9,9 +9,11 @@ IMPROVEMENTS:
* core: builders can now give warnings during validation. warnings won't
fail the build but may hint at potential future problems.
* builder/vmware,builder/virtualbox: ISO urls can now be https [GH-587]
* builder/virtualbox: Can now disable guest addition download entirely
by setting "guest_additions_mode" to "disable" [GH-580]
* builder/virtualbox,vmware: ISO urls can now be https [GH-587]
* builder/virtualbox,vmware: Warning if shutdown command is not specified,
since it is a common case of data loss.
BUG FIXES: