diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ef935ec..74f920262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ BUG FIXES: - core: `Guest#capability?` now works with strings as well - core: Fix NoMethodError in the new `Vagrant.has_plugin?` method [GH-2189] - hosts/arch: NFS exporting works properly, no exceptions. [GH-2161] + - hosts/bsd: Use only `sudo` for writing NFS exports. This lets NFS + exports work if you have sudo privs but not `su`. [GH-2191] - hosts/fedora: Fix host detection encoding issues. [GH-1977] - hosts/linux: Fix NFS export problems with `no_subtree_check`. [GH-2156] - providers/virtualbox: Fix an issue where destroy middlewares weren't