Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2013-08-11 16:18:40 -07:00
parent ffa7dff585
commit 7004813a1f
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ FEATURES:
* The `amazon` builders (all of them) can now have attributes of their * The `amazon` builders (all of them) can now have attributes of their
resulting AMIs modified, such as access permissions and product codes. resulting AMIs modified, such as access permissions and product codes.
IMPROVEMENTS:
* provisioner/salt-masterless: `local_state_tree` is no longer required,
allowing you to use shell provisioner (or others) to bring this down.
[GH-269]
BUG FIXES: BUG FIXES:
* builder/vmware: Workstation works on Windows XP now. [GH-238] * builder/vmware: Workstation works on Windows XP now. [GH-238]