update changelog

This commit is contained in:
Megan Marsh 2019-12-18 10:02:27 -08:00
parent ba36201f89
commit b4d3f71a7b
1 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,8 @@
* builder/hyperone: Update builder schema and tags [GH-8444]
* builder/qemu: Add display template option for qemu. [GH-7676]
* builder/qemu: Add fixer to convert disk size from int to string [GH-8390]
* builder/qemu: Disk Size is now read as a string to support units. [GH-8320]
[GH-7546]
* builder/qemu: When a user adds a new drive in qemuargs, process it to make
sure that necessary settings are applied to that drive. [GH-8380]
* builder/vmware: Fix error message when ovftool is missing [GH-8371]
@ -53,8 +55,6 @@
### BACKWARDS INCOMPATIBILITIES:
* builder/amazon: Complete deprecation of clean_ami_name template func
[GH-8320] [GH-8193]
* builder/qemu: Disk Size is now read as a string to support units. [GH-8320]
[GH-7546]
* core: Changes have been made to both the Prepare() method signature on the
builder interface and on the Provision() method signature on the
provisioner interface. [GH-7866]