From f9a75514d23cce52d1bb5c3018b93dfb9e815612 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Mon, 7 Oct 2019 14:29:05 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf0bd8ba5..7a9d8ccba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ BUG FIXES: - command/rsync-auto: Fix path watcher bug so that all subdirectories are synced when changed [GH-11089] - command/snapshot/save: Ensure VM id is passed to list snapshots for hyper-v provider [GH-11097] - provisioner/ansible_local: Ensure pip_install_cmd is finalized to emptry string [GH-11098] +- provisioner/file: Ensure relative path for file provisioner source is relative to guest machines cwd [GH-11099] ## 2.2.5 (June 19, 2019)