From 89469511fcf2f0e436f8b7f72a53185f6ab4e45a Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Mon, 17 Jun 2019 08:20:03 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e321eef1d..24ac7ce01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ BUG FIXES: - command/box/update: Ensure the right version is picked when updating specific boxes [GH-10810] - command/cloud: Properly set variable from CLI argument parsing for `username` field [GH-10726] +- command/rsync_auto: Use relative paths to machines folder path for file path Listener [GH-10902] - communicator/ssh: Remove net/sftp loading to prevent loading errors [GH-10745] - contrib/bash: Search for running_vm_list only in `machines` folder [GH-10841] - core/bundler: Properly parse multiple constants when installing plugins [GH-10896]