From 29b033390f4a10ec21cdd900e99a5925b605843b Mon Sep 17 00:00:00 2001 From: Gilles Cornu Date: Mon, 10 Oct 2016 23:35:20 +0200 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de580cdac..c0e751685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]