From d42ebc7aff6df01ef450993d52b5e618b1cd0976 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Thu, 3 Oct 2024 10:54:49 +0200 Subject: [PATCH] changelog --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index 95fd0a67..7b5a9a2e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -24,6 +24,7 @@ Versioning currently follows `X.Y.Z` where ### Changed +- `bfabric.scripts` has been moved into a namespace package `bfabric_scripts` so we can later split it off. - (internal) migrate to src layout - (experimental) the former `process` step of the app runner has been split into a `process` and `collect` step where, the collect step is responsible for generating the `output.yml` file that will then be used to register the results.