From 89aad787fd9cb4e3f3490da43d513dd53a1e3f08 Mon Sep 17 00:00:00 2001 From: Martin Olveyra Date: Thu, 18 Jul 2024 14:59:57 -0300 Subject: [PATCH] line fix --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index a017c21..179bea3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,7 +17,7 @@ along all the way. In general you can find most incompatibilities by generous us Backward incompatibility issues: - Python older than 3.8 is not supported anymore -- name attribute is now required for every subclass of WorkFlowManager +- name attribute is now required for every subclass of WorkFlowManager (either as hardcoded attribute, or passed via command line required arguments) - The Delivery script has been refactored. The old code is deprecated. It will be removed in future versions. Minor version changes: