From efcdec5729b664a9b0ec6a89854f1499aa329188 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 17 Aug 2018 11:23:51 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 135f4f52c..05766c730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ IMPROVEMENTS: - contrib/bash: Replace -VAGRANTSLASH- with literal slash in completion [GH-9987] - core: Show installed version of Vagrant when displaying version check [GH-9968] - core: Retain information of original box backing active guest [GH-10083] +- core: Only write box info if provider supports box objects [GH-10126] - core: Update net-ssh dependency constraint to ~> 5.0.0 [GH-10066] - core/triggers: Catch and allow for non-standard exit codes with triggers `run` options [GH-10005] - guest/debian: Isolate network interface configuration to individual files for systemd [GH-9889]