From e76c35e4664d9b0ec09a301abfffa959693d7cb6 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 7 Sep 2018 10:45:02 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32852c977..b77082e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ BUG FIXES: - core: Fix Vagrant.has_plugin? behavior before plugins are initialized [GH-10165] - core: Check verify_host_key for falsey or :never values when generating ssh config [GH-10182] - guest/liunux: Filter out empty strings and loopback interfaces when constructing list of network interfaces [GH-10092] +- provider/hyper-v: Check for automatic checkpoint support before configuring [GH-10181] ## 2.1.4 (August 30, 2018)