From 063e7a71e1e0616e141c9951dc3a29290a8fcabc Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Thu, 18 Feb 2016 15:26:32 -0800 Subject: [PATCH] Added DownloadDir interface change to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c381cdf2..39f876772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ BACKWARDS INCOMPATIBILITIES: * Release binaries are now provided via . * Packer 0.9.0 is now built with Go 1.6. Future versions will drop support for building with Go 1.4. + * core: Plugins that implement the Communicator interface must now implement + a DownloadDir method [GH-2618] * builder/amazon: Inline `user_data` for EC2 is now base64 encoded automatically [GH-2539] * builder/parallels: `parallels_tools_host_path` and `guest_os_distribution`