From b4d3f71a7b3f8304a722ac4c0de2eeb3365ab566 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 18 Dec 2019 10:02:27 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40323e934..e898a15cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]