From b4d67d2e0566a1273e1e31191c71ded5c5f5465b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 1 Sep 2013 11:44:43 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7d9612d..500e11be2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ IMPROVEMENTS: - core: "config.vm.host_name" works again, just an alias to hostname. - core: Reboots via SSH are now handled gracefully (without exception). - core: Mark `disabled` as true on forwarded port to disable. [GH-1922] + - core: NFS exports are now namespaced by user ID, so pruning NFS won't + remove exports from other users. [GH-1511] - commands/box/remove: Fix stack trace that happens if no provider is specified. [GH-2100] - commands/plugin/install: Post install message of a plugin will be