Update CHANGELOG

This commit is contained in:
Chris Roberts 2018-12-13 09:19:58 -08:00
parent 2daafd9586
commit b3707afca0
1 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@ IMPROVEMENTS:
- command/snapshot: Raise error for bad subcommand [GH-10470] - command/snapshot: Raise error for bad subcommand [GH-10470]
- command/package: Ensure temp dir for package command is cleaned up [GH-10479] - command/package: Ensure temp dir for package command is cleaned up [GH-10479]
- communicator/ssh: Add `config` and `remote_user` options [GH-10496]
- core: Display version update on stderr instead of stdout [GH-10482] - core: Display version update on stderr instead of stdout [GH-10482]
- core: Add experimental feature flag [GH-10485] - core: Add experimental feature flag [GH-10485]
- guest/windows: Modify elevated username only on username failure [GH-10488] - guest/windows: Modify elevated username only on username failure [GH-10488]
@ -14,8 +15,9 @@ IMPROVEMENTS:
BUG FIXES: BUG FIXES:
- command/validate: Bypass install checks for validating configs with the `--ignore-provider` flag [GH-10467]
- command/cloud publish: Ensure box file exists before path expanding [GH-10468] - command/cloud publish: Ensure box file exists before path expanding [GH-10468]
- 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]
- providers/virtualbox: Adjust version requirement for NIC warning [GH-10486] - providers/virtualbox: Adjust version requirement for NIC warning [GH-10486]
- util/powershell: Use correct Base64 encoding for encoded commands [GH-10487] - util/powershell: Use correct Base64 encoding for encoded commands [GH-10487]