fix changelog

This commit is contained in:
Marius Eggert 2024-04-10 11:43:06 +02:00
parent c2d05b2045
commit 53376fd9ed
1 changed files with 3 additions and 6 deletions

View File

@ -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