From 28d8a12febe762b443b00b5404dacd8df60c58b0 Mon Sep 17 00:00:00 2001 From: Lee Kelvin Date: Sun, 23 Jun 2024 11:52:10 -0700 Subject: [PATCH] Add user-visible change document to doc/changes --- doc/changes/DM-44647.feature.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/changes/DM-44647.feature.md diff --git a/doc/changes/DM-44647.feature.md b/doc/changes/DM-44647.feature.md new file mode 100644 index 00000000..bee9c34a --- /dev/null +++ b/doc/changes/DM-44647.feature.md @@ -0,0 +1,6 @@ +Move pipeline-dot build from cmdLineFwk to builder. + +This PR moves the pipeline-dot build from the cmdLineFwk package to the builder package. +This is done to make the pipeline-dot build more accessible to other packages. +As part of this change, output pipeline-dot files contain dimensions and storage classes for each dataset. +This change also includes updates to existing unit tests to reflect the new output types.