From 2587f39bd8a69d05c1b737e729c68fd7f8346047 Mon Sep 17 00:00:00 2001 From: sophia Date: Thu, 23 Jul 2020 14:01:28 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed1c7ad2..da8d5377a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ FEATURES: 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] - guest/arch: Use systemd-networkd to configure networking for guests [GH-11400] - guest/solaris11: Add guest capability shell_expand_guest_path [GH-11759] - host/darwin: Add ability to build ISO [GH-11694]