From b4c587121d53a8dbd4595a07bc98434286e3328e Mon Sep 17 00:00:00 2001 From: sophia Date: Thu, 6 Aug 2020 16:17:43 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb652fc99..777464424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ IMPROVEMENTS: - core: Allow provisioners to be run when a communicator is not available [GH-11579] - core: Add `autocomplete` command that allows for install of bash or zsh autocomplete scripts [GH-11523] +- core: Update to childprocess gem to 4.0.0 - guest/arch: Use systemd-networkd to configure networking for guests [GH-11400] - guest/haiku: Rsync install for rsync synced folders [GH-11614] - guest/solaris11: Add guest capability shell_expand_guest_path [GH-11759]