From 5ff47b5d6972a241da10a407739e1c9f860efdc4 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Tue, 21 May 2019 08:29:34 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d31b2330..5e9d62a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,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] - 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/triggers: Fix typo in UI output [GH-10748] - core/triggers: Properly exit with abort option [GH-10824] - guest/void: Fix NFS capability detection [GH-10713]