Update CHANGELOG

This commit is contained in:
Brian Cain 2018-08-17 15:13:46 -07:00
parent 57c48ee348
commit 1679e383d6
No known key found for this signature in database
GPG Key ID: 43D51080D357A001
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ BUG FIXES:
- core: Disable Vagrantfile loading with plugin commands [GH-10030]
- core: Ensure the SecureRandom library is loaded for the trigger class [GH-10063]
- core/triggers: Allow trigger run args option to be a single string [GH-10116]
- util/powershell: Properly `join` commands from passed in array [GH-10115]
- guest/solaris: Add back guest detection check for Solaris derived guests [GH-10081]
- guest/windows: Be more explicit when invoking cmd.exe with mount_volume script [GH-9976]
- host/linux: Fix sudo usage in NFS capability when modifying exports file [GH-10084]