From e389faec0735cb054de1e4e3be5f9bed43ac124e Mon Sep 17 00:00:00 2001 From: "Tannaz Vahidi (ext.)" Date: Mon, 5 Aug 2024 15:38:30 +0200 Subject: [PATCH] Lobster-codebeamer supports items without summary Item summary text guard has been removed Resolves https://github.com/bmw-software-engineering/lobster/issues/47 --- CHANGELOG.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abfa0018..45f6fba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### 0.9.18-dev +* The `lobster-codebeamer` tool now allows items without summary + * The `lobster-codebeamer` tool now uses codebeamer api v3. Please note that the api v3 returns the value "Unset" for a codebeamer item status if the status is actually empty. The api v1 did not return @@ -11,14 +13,8 @@ resulting lobster file will now contain "Unset" as status information, too, instead of `Null`. -### 0.9.18-dev - - - ### 0.9.17 -* The `lobster-codebeamer` tool now allows items without summary - * The `lobster-python` tool now adds the line number to the function identifier. This supports situations where different functions have the same name