From 261e8acce396206cf4b44d7ec381ec1905184873 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 14 Jun 2017 16:36:20 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a35dc2480..eb5ae8bdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,22 +4,23 @@ FEATURES: IMPROVEMENTS: - - commands/snapshot: enforce unique snapshot names and introduce `--force` flag [GH-7810] - - commands/ssh: introduce tty flag for `vagrant ssh -c` [GH-6827] - - core: warn about vagrant CWD changes for a machine [GH-3921] - - core/box: warn if user sets box as url [GH-7118] - - 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] - - snapshot/save: raise exception if provider does not support snapshots [GH-8619] + - commands/snapshot: Enforce unique snapshot names and introduce `--force` flag [GH-7810] + - commands/ssh: Introduce tty flag for `vagrant ssh -c` [GH-6827] + - core: Warn about vagrant CWD changes for a machine [GH-3921] + - core/box: Warn if user sets box as url [GH-7118] + - guests/smartos: Update halt capability and add public key insert and remove capabilities [GH-8618] + - 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] + - snapshot/save: Raise exception if provider does not support snapshots [GH-8619] BUG FIXES: - communicators/ssh: Move `none` cipher to end of default cipher list in Net::SSH [GH-8661] - - core: add unique identifier to provisioner objects [GH-8680] + - core: Add unique identifier to provisioner objects [GH-8680] - providers/docker: Fix check for docker-compose [GH-8659, GH-8660] - provisioners/ansible_local: Catch pip_args in FreeBSD's and SUSE's ansible_install [GH-8676] - - snapshot/restore: exit 1 if vm has not been created when command is invoked [GH-8653] + - snapshot/restore: Exit 1 if vm has not been created when command is invoked [GH-8653] ## 1.9.5 (May 15, 2017)