From 80f445f4e3012595c6a26adfb16d609962699551 Mon Sep 17 00:00:00 2001 From: Norbert Truchsess Date: Thu, 9 Mar 2023 12:27:46 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 378e20cd1a..bb3bf0c791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,10 +30,14 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel ### Technical Support * Added the externalsystems path to trigger the build of the checklist worker * Checklist Worker ![Tag](https://img.shields.io/static/v1?label=&message=BreakingChange&color=yellow&style=flat) - * introducing table portal.processes (enables portal to support several checklist processes in parallel) + * add new table portal.processes (enables portal to support several checklist processes in parallel) + * add new table portal.process_types * enhanced portal.process_steps with the mandatory attribute "process_id" * enhanced portal.company_applications with optional attribute "checklist_process_id" * removal of table portal.application_assigned_process_steps +* Service Service + * add new table portal.service_details + * removal of table portal.service_assigned_service_types * Base Data * Agreement & Unique Identifier base data updated * Added temp fix for CVE-2022-1304