From 0ca277c2ae258cccfdfec83e85fb1a1ccbaf2978 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Tue, 22 Aug 2017 12:43:31 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b62e34df6..d55f974f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ BUG FIXES: - box/update: Add force flag for box upgrade command [GH-8871] - commands/rsync-auto: Ensure relative dirs are still rsync'd if defined [GH-8781] + - commands/up: Disable install providers when using global id on vagrant up [GH-8910] - communicators/winssh: Fix public key insertion to retain ACL [GH-8790] - core: Update util/ssh to use `-o` for identity files [GH-8786] - guests/freebsd: Fix regex for listing network devices on some FreeBSD boxes. [GH-8760]