From 0f421dbc814ef877f725ea8e4dc5f5b61bb74e71 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 31 Jul 2018 13:50:59 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7308774e2..aa489708d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,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: 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] - guest/redhat: Use libnfs-utils package if available [GH-9878]