From 495af24026f640c9ecfed1e81a50b228d8eff6ea Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 18 Nov 2015 11:01:20 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bfe301bc..104ac774c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ IMPROVEMENTS: BUG FIXES: + - commands/up: the `--provision-with` flag works with provisioner names [GH-5981] - communicator/winrm: respect `boot_timeout` setting [GH-6229] - provisioners/ansible: use quotes for the `ansible_ssh_private_key_file` value in the generated inventory [GH-6209]