From 6d913bf48ac725f9081c079faaca1bb802e5e6ab Mon Sep 17 00:00:00 2001 From: sophia Date: Fri, 12 Jun 2020 15:01:30 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e985463b0..dcb8e8a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ IMPROVEMENTS: BUG FIXES: - core: Ensure MapCommandOptions class is required [GH-11629] +- commands/destroy: Add gracefull option to switch beween gracefully or forcefully shutting down a vm [GH-11628] - guest/esxi: Be more permissive with permissions of ssh directory [GH-11587] - guest/linux: Add virtual box shared folders to guest fstab [GH-11570] - providers/docker: Ensure new containers don't grab existing bound ports [GH-11602]