Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-07-31 23:00:13 -07:00
parent 987f4445fb
commit d5ea7e3adf
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ FEATURES:
* New builder: `amazon-chroot` can create EBS-backed AMIs without launching
a new EC2 instance. This can shave minutes off of the AMI creation process.
See the docs for more info.
* New provisioner: `salt-masterless` will provision the node using Salt
without a master.
* The `vmware` builder now works with Workstation 9 on Windows. [GH-222]
* The `vmware` builder now works with Player 5 on Linux. [GH-190]