Updated changelog for parallels guest_os_type

This commit is contained in:
Chris Bednarski 2016-02-04 11:30:18 -08:00
parent 2155576fd6
commit c0bb5e245b
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ BACKWARDS INCOMPATIBILITIES:
* Release binaries are now provided via <https://releases.hashicorp.com>.
* 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: