Update CHANGELOG

This commit is contained in:
Brian Cain 2019-01-09 11:17:46 -08:00
parent 5d4c9ef8a7
commit 9836806f76
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ IMPROVEMENTS:
BUG FIXES:
- command/cloud publish: Ensure box file exists before path expanding [GH-10468]
- command/cloud publish: Catch InvalidVersion errors from vagrant_cloud client [GH-10513]
- command/snapshot: Retain consistent provisioning behavior across all commands [GH-10490]
- command/validate: Bypass install checks for validating configs with the `--ignore-provider` flag [GH-10467]
- communicator/ssh: Fix garbage output detection [GH-10571]