From 8b90cff984da7f67151a41658a07288e174e87af Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 19 Nov 2015 11:19:08 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f20ff161d..8cd207c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ IMPROVEMENTS: - core: allow removal of all box versions with `--all` flag [GH-3462] - core: prune entries from global status on non-existent cwd [GH-6535] - core: networking: allow specifying a DHCP IP [GH-6325] + - core: run provisioner cleanup tasks before powering off the VM [GH-6553] - command/plugin: Add `--plugin-clean-sources` flag to reset plugin install sources, primarily for corp firewalls. [GH-4738] - command/up: provisioners are run on suspend resume [GH-5815]