From c0bb5e245b6993ddccd718bf5017f5a6bf6cc6ae Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Thu, 4 Feb 2016 11:30:18 -0800 Subject: [PATCH] Updated changelog for parallels guest_os_type --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e5db5a0..5af7d9bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ BACKWARDS INCOMPATIBILITIES: * Release binaries are now provided via . * Packer 0.9.0 is now built with Go 1.5. Future versions will drop support for building with Go 1.4. - * Inline `user_data` for EC2 is now base64 encoded automatically. + * builder/amazon: Inline `user_data` for EC2 is now base64 encoded automatically [GH-2539] + * builder/parallels: `parallels_tools_host_path` and `guest_os_distribution` have been replaced by `guest_os_type`; use `packer fix` to update your templates [GH-2751] FEATURES: