From fafcda541f48c426671c83b2350fbc309a99b851 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Fri, 12 Feb 2016 14:59:41 -0800 Subject: [PATCH] Added SSH directory download to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d23b0a481..25bb75575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ IMPROVEMENTS: * core: `target_path` for builder downloads can now be specified. [GH-2600] * core: WinRM communicator now supports HTTPS protocol [GH-3061] * core: Template syntax errors now show line, column, offset [GH-3180] + * core: SSH communicator now supports downloading directories [GH-2618] * builder/amazon: Add support for `ebs_optimized` [GH-2806] * builder/amazon: You can now specify `0` for `spot_price` to switch to on demand instances [GH-2845]