Update CHANGELOG

[ci skip]
This commit is contained in:
Gilles Cornu 2016-10-10 23:35:20 +02:00
parent a55590b84f
commit 29b033390f
No known key found for this signature in database
GPG Key ID: F6BC2CF7E1FE8FFF
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ IMPROVEMENTS:
- guests/linux: Place ethernet devices at start of network devices list [GH-7848]
- guests/windows: Allow vagrant to start Windows Nano without provisioning [GH-7831]
- provisioners/ansible_local: Change the Ansible binary detection mechanism [GH-7536]
- provisioners/ansible(both): Add the `playbook_command` option [GH-7881]
- util/safe_exec: Use subprocess for safe_exec on Windows [GH-7802]
- util/subprocess: Allow closing STDIN [GH-7778]