From 474a1fddac3da0ade1037d3e965b179a79665247 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Mon, 16 Sep 2024 12:54:37 +0200 Subject: [PATCH] changelog --- docs/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index be60dc3e..4ba8d7e6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -17,8 +17,8 @@ Versioning currently follows `X.Y.Z` where - Log messages from `__main__` will also be shown by default. - `bfabric.entities.MultiplexKit` to extract multiplex kit information. - `bfabric.entities.Workunit.store_output_folder` implements the old rule, but more deterministically and reusable. -- (Experimental) `bfabric.app_interface.input_preparation` and `bfabric.app_interface.output_registartion` modules core functionality is implemented - - This will be used as a building block to standardize the input preparation for applications. +- (Experimental) `bfabric.experimental.app_interface` core functionality is implemented + - This can be used as a building block to standardize the input preparation for applications. ### Changed