Added DownloadDir interface change to changelog

This commit is contained in:
Chris Bednarski 2016-02-18 15:26:32 -08:00
parent 1c61c06ff8
commit 063e7a71e1
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ BACKWARDS INCOMPATIBILITIES:
* Release binaries are now provided via <https://releases.hashicorp.com>. * Release binaries are now provided via <https://releases.hashicorp.com>.
* Packer 0.9.0 is now built with Go 1.6. Future versions will drop support * Packer 0.9.0 is now built with Go 1.6. Future versions will drop support
for building with Go 1.4. 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 * builder/amazon: Inline `user_data` for EC2 is now base64 encoded
automatically [GH-2539] automatically [GH-2539]
* builder/parallels: `parallels_tools_host_path` and `guest_os_distribution` * builder/parallels: `parallels_tools_host_path` and `guest_os_distribution`