Update CHANGELOG

This commit is contained in:
Chris Roberts 2019-06-05 14:02:47 -07:00
parent bbd75ef25a
commit b2aa1b7b69
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ BUG FIXES:
- command/cloud: Properly set variable from CLI argument parsing for `username` field [GH-10726]
- communicator/ssh: Remove net/sftp loading to prevent loading errors [GH-10745]
- contrib/bash: Search for running_vm_list only in `machines` folder [GH-10841]
- core/bundler: Support plugin configuration within box Vagrantfiles [GH-10889]
- core/bundler: Properly parse multiple constants when installing plugins [GH-10896]
- core/environment: Support plugin configuration within box Vagrantfiles [GH-10889]
- core/triggers: Fix typo in UI output [GH-10748]
- core/triggers: Properly exit with abort option [GH-10824]
- core/triggers: Ensure guest names are string when filtering trigger configs [GH-10854]