Update CHANGELOG

This commit is contained in:
Chris Roberts 2017-06-14 16:36:20 -07:00
parent 3f8172d874
commit 261e8acce3
1 changed files with 11 additions and 10 deletions

View File

@ -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)