From cc2d3c159e7f8f5000122f137750deb59ab0aaaf Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 8 Aug 2018 08:28:21 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7169c64ee..db5a0bfe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ IMPROVEMENTS: - communicator/winrm: Display warning if vagrant-winrm plugin is detected [GH-10076] - 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: 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]