From 02d8f9c840bed31f17c8d3b87b9e6f3cd8e26fea Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 14 Jun 2017 16:56:00 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4681b779..6c0e97281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ IMPROVEMENTS: - core/box: Warn if user sets box as url [GH-7118] - guests/kali: Add support for guest [GH-8553] - guests/smartos: Update halt capability and add public key insert and remove capabilities [GH-8618] + - provisioners/ansible: Fix SSH keys only behavior to be consistent with Vagrant [GH-8467] - snapshot/delete: Improve error message when given snapshot doesn't exist [GH-8653] - snapshot/list: Raise exception if provider does not support snapshots [GH-8619] - snapshot/restore: Improve error message when given snapshot doesn't exist [GH-8653]