From 366823a12c3a5220ec24538836c2d8286b75e64a Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Fri, 15 Sep 2023 18:32:21 -0400 Subject: [PATCH] update changelog --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index cc11fa570..c4828ab9c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,6 +15,7 @@ Changes: - Add ``GET /providers/{provider_id}/processes/{process_id}/package`` endpoint that allows retrieval of the `CWL` `Application Package` definition generated for the specific `Provider`'s `Process` definition. - Add `CLI` ``package`` operation to request the remote `Provider` or local `Process` `CWL` `Application Package`. +- Add `CLI` output reporting of performed HTTP requests details when using the ``--debug/-d`` option. Fixes: ------