From feaba12295aaec9aa43433758c3510fb97669f0e Mon Sep 17 00:00:00 2001 From: tdruez Date: Mon, 7 Jun 2021 11:42:33 +0200 Subject: [PATCH] Add CHANGELOG entry for the VM image extraction support #132 Signed-off-by: tdruez --- CHANGELOG.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e81ea2d26..a1d8a215e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,14 @@ ### unreleased +- Add support for VM image formats extraction such as VMDK, VDI and QCOW. + See https://github.com/nexB/extractcode#archive-format-kind-file_system for the full + list of supported extensions. + The new extraction feature requires the installation of `libguestfs-tools`, + see https://github.com/nexB/extractcode#adding-support-for-vm-images-extraction for + installation details. + https://github.com/nexB/scancode.io/issues/132 + - Missing project workspace are restored on reports (xlsx, json) creation. This allow to download reports even if the project workspace (input, codebase) was deleted. https://github.com/nexB/scancode.io/issues/154