From 7004813a1f4ef4a2a964dac91d098105b51fdd56 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 11 Aug 2013 16:18:40 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index caa7b4ced..62e862b61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,12 @@ FEATURES: * The `amazon` builders (all of them) can now have attributes of their 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: * builder/vmware: Workstation works on Windows XP now. [GH-238]