From 74b9da5b23bef88dae9ca5918aabc764da630766 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 13 Jun 2015 19:48:25 -0400 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c933040c1..4391393d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ FEATURES: * **New config function: `template_dir`**: The directory to the template being built. This should be used for template-relative paths. [GH-54] + * **Disable SSH:** Set `communicator` to "none" in any builder to disable SSH + connections. Note that provisioners won't work if this is done. [GH-1591] IMPROVEMENTS: