From 829ee90542f6cf25351daee5d9822f594e74404f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 12 Dec 2024 16:17:38 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d121bbcd..463a21bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Complete refactoring of HK subsystem. Replaced local data pool manager by periodic HK helper. The shared pool and the periodic HK generation are now distinct concepts. + The [FSFW PR](https://egit.irs.uni-stuttgart.de/KSat/fsfw/pulls/37) contains more + information. - Improved File System Abstraction to be more in line with normal filesystems. - CFDP implementation was improved, has now even less dependencies on other FSFW components and allows one inserted packet per state machine call.