From da6b25243de5b5aa3163c92dc6040f0bc2850b52 Mon Sep 17 00:00:00 2001 From: Thomas Druez Date: Fri, 11 Aug 2023 15:10:38 +0200 Subject: [PATCH] Improve the changelog entry #798 Signed-off-by: Thomas Druez --- CHANGELOG.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 49f4f476b..7c2da4a46 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,10 @@ Changelog v32.5.2 (unreleased) -------------------- -- The ``SCANCODE_TOOLKIT_CLI_OPTIONS`` settings was renamed +- Replace the ``scancode.run_scancode`` function by a new ``run_scan`` that interact + with scancode-toolkit scanners without using subprocess. This new function is used + in the ``scan_package`` pipeline. + The ``SCANCODE_TOOLKIT_CLI_OPTIONS`` settings was renamed ``SCANCODE_TOOLKIT_RUN_SCAN_ARGS``. Refer to the documentation for the next "dict" syntax. https://github.com/nexB/scancode.io/issues/798