From faa2bf08af16f8c8139496f0c370f4992096ce95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 06:09:51 +0000 Subject: [PATCH] Update changelog --- releases/cli-dx.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/releases/cli-dx.md b/releases/cli-dx.md index 8bd25e7..b05338a 100644 --- a/releases/cli-dx.md +++ b/releases/cli-dx.md @@ -1,5 +1,16 @@ # CLI / DX changelog +### CLI / DX v3.19.0 (2024/09/02) + +#### What's Changed CLI +* mod study now has --csv option to output datatable in csv format +* Parse Python using `PythonParser` in native build step +* Add `mod config scm *` commands to add/remove SCM configurations +`mod config scm gitlab` and `mod config scm bitbucket` have been deprecated and existing configurations are automatically migrated. +#### What's Changed DX +* Add support for alternate URLs for private SCMs to allow for better origin matching for different protocols/port combinations + + ### CLI / DX v3.18.8 (2024/08/27) #### What's Changed CLI