From cf2566f18610f61fd906faba76609e6b5afcbb48 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 18 Nov 2015 13:16:01 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5809070..f41b1c97b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ BUG FIXES: option is an empty string - provisioners/puppet: apply provisioner uses correct default manifests with environments. [GH-5987] + - provisioners/puppet: find Puppet binary properly on Windows [GH-6259] - provisioners/salt: call correct executables on Windows [GH-5999] - synced\_folders/rsync: on Windows, replace all paths with Cygwin paths since all rsync implementations require this [GH-6160]