diff --git a/CHANGELOG.md b/CHANGELOG.md index 683a1ffb6..6b897df94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ IMPROVEMENTS: - guests/esxi: Add public_key capability [GH-8310] - guests/freebsd: Add chef_install and chef_installed? capabilities [GH-8443] - guests/gentoo: Add support for systemd in network configuration [GH-8407, GH-8406] + - guests/windows: Support mounting synced folders via SSH on windows [GH-7425, GH-6220] - hosts/windows: Improve user permission detection [GH-7797] - provider/docker: Improve IP and port detection [GH-7840, GH-7651] - provider/docker: Do not force docker host VM on Darwin or Windows [GH-8437, GH-7895] @@ -26,12 +27,12 @@ BUG FIXES: - command/box: Remove extraneous sort from box list prior to display [GH-8422] - command/up: Prevent other provider installation when explicitly defined [GH-8393, GH-8389] + - communicators/ssh: Do not yield empty output data [GH-8495, GH-8259] - core: Provide fallback and retry when 0.0.0.0 is unavailable during port check [GH-8399, GH-8395] - core/bundler: Check if source is local path and prevent addition to remote sources [GH-8401] - core/ui: Prevent deadlock detection errors [GH-8414, GH-8125] - guests/debian: Remove hardcoded device name in interface template [GH-8336, GH-7960] - guests/linux: Fix SMB mount capbability [GH-8410, GH-8404] - - guests/windows: Support mounting synced folders via SSH on windows [GH-7425, GH-6220] - hosts/windows: Fix issues with Windows encoding [GH-8385, GH-8380, GH-8212, GH-8207, GH-7516] - provisioners/salt: Allow Salt version to match 2 digit month [GH-8428]