From a54c334c6d86eed6d159e91e958d9cc610c31d83 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Thu, 12 Nov 2015 17:12:57 -0800 Subject: [PATCH] Add GH-2718 to the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6399411ce..0c0f60552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ IMPROVEMENTS: * builder/qemu: qcow2 images can now be compressed [GH-2748] * builder/qemu: Now specifies `virtio-scsi` by default [GH-2422] * builder/qemu: Now checks for version-specific options [GH-2376] + * builder/docker-import: Can now import Artifice artifacts [GH-2718] * provisioner/puppet: Now accepts the `extra_arguments` parameter [GH-2635] * post-processor/atlas: Added support for compile ID. [GH-2775]