From 4250c7e022ede038d756d4a88e7b206377d93d3d Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Thu, 4 Mar 2021 16:45:35 +0100 Subject: [PATCH] updated changelog --- CHANGELOG | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index fc46ee02..bd41de5a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -82,6 +82,10 @@ now For mission code, developers need to replace sif:: calls by the printf counterparts, but only if the CPP stream are excluded. If this is not the case, everything should work as usual. +### ActionHelper + +- ActionHelper finish function now expects explicit information whether to report a success or failure message instead of deriving it implicitely from returnvalue + ### PUS Parameter Service 20 -Added PUS parameter service 20 (only custom subservices available). \ No newline at end of file +Added PUS parameter service 20 (only custom subservices available).