From 993b82cd07f109d0cade71a7122ec76cded03490 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 21 Mar 2024 17:18:34 +0100 Subject: [PATCH] changelog --- satrs/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/satrs/CHANGELOG.md b/satrs/CHANGELOG.md index bae68c9..5319992 100644 --- a/satrs/CHANGELOG.md +++ b/satrs/CHANGELOG.md @@ -24,6 +24,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `PusServiceProvider::handle_pus_tc_packet` renamed to `PusServiceDistributor::distribute_packet`. - `PusServiceDistibutor` and `CcsdsDistributor` now use generics instead of trait objects. This makes accessing the concrete trait implementations more easy as well. +- Major overhaul of the PUS handling module. +- Replace `TargetId` by `ComponentId`. +- Replace most usages of `ChannelId` by `ComponentId`. A dedicated channel ID has limited usage + due to the nature of typed channels in Rust. ## Fixed