From 3331ecc91a3a3edd29339ca5469dbf8ecf98b4c9 Mon Sep 17 00:00:00 2001 From: Thomas Druez Date: Tue, 22 Dec 2020 18:41:02 +0400 Subject: [PATCH] Add CHANGELOG entry #46 Signed-off-by: Thomas Druez --- CHANGELOG.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f6dcaf3cf..77d4c733e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,10 @@ ### v1.0.6 (unreleased) -- Add CSV support for the `output` management command +- Add CSV and XLSX support for the `output` management command + https://github.com/nexB/scancode.io/issues/46 + +- Add a to_xlsx output pipe returning XLSX compatible content https://github.com/nexB/scancode.io/issues/46 - Add a "status" management command to display Project status information