From 33d1bca02e93c09065f45a0f8a07e447229c4caf Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 19 Nov 2015 16:39:16 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a04e4e41..514eddad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,8 @@ IMPROVEMENTS: - command/plugin: Add `--plugin-clean-sources` flag to reset plugin install sources, primarily for corp firewalls. [GH-4738] - command/up: provisioners are run on suspend resume [GH-5815] + - communicators/ssh: allow specifying host environment variables to forward + to guests [GH-4132, GH-6562] - communicators/winrm: Configurable execution time limit [GH-6213] - providers/virtualbox: cache version lookup, which caused significant slowdown on some Windows hosts [GH-6552]