From 53376fd9edff135f23fc19ec1ded6a3e5dc6d979 Mon Sep 17 00:00:00 2001 From: meggert Date: Wed, 10 Apr 2024 11:43:06 +0200 Subject: [PATCH] fix changelog --- CHANGELOG.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6347370..e6c6bbd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,12 +16,6 @@ will consitute of a breaking change warranting a new major release: # [unreleased] -## Fixed - -- Re-worked some FDIR logic in the FSFW. The former logic prevented events with a severity - higher than INFO if the device was in EXTERNAL CONTROL. The new logic will allow to trigger - events but still inhibit FDIR reactions if the device is in EXTERNAL CONTROL. - ## Changed - Reverted lower OP limit of `PLOC` to -10°C. @@ -47,6 +41,9 @@ will consitute of a breaking change warranting a new major release: ## Fixed - Fixed wrong order in quaternion multiplication for computation of the error quaternion. +- Re-worked some FDIR logic in the FSFW. The former logic prevented events with a severity + higher than INFO if the device was in EXTERNAL CONTROL. The new logic will allow to trigger + events but still inhibit FDIR reactions if the device is in EXTERNAL CONTROL. # [v7.7.4] 2024-03-21