From dfc553d36d3fa93918e8b2988925edff1a1ec6dd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 20 Oct 2013 17:41:58 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85137a185..f273c2926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ BUG FIXES: * communicator/ssh: Fix issue where a panic could arise from a nil dereference. [GH-525] * post-processor/vagrant: Fix issue with VirtualBox OVA. [GH-548] +* provisioner/salt: Move salt states to correct remote directory. [GH-513] * provisioner/shell: Won't block on certain scripts on Windows anymore. [GH-507]