From 301a7a19a62a4f4541e8c7299cd67ab347c44352 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 15 Apr 2024 11:29:06 +0200 Subject: [PATCH] small changelog update --- satrs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/satrs/CHANGELOG.md b/satrs/CHANGELOG.md index 51f0373..1894aef 100644 --- a/satrs/CHANGELOG.md +++ b/satrs/CHANGELOG.md @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Renamed `ReceivesTcCore` to `PacketSenderRaw` to better show its primary purpose. It now contains a `send_raw_tc` method which is not mutable anymore. - Renamed `TmPacketSourceCore` to `TmPacketSource`. +- Renamed `EcssTmSenderCore` to `EcssTmSender`. - TCP server generics order. The error generics come last now. - `encoding::ccsds::PacketIdValidator` renamed to `ValidatorU16Id`, which lives in the crate root. It can be used for both CCSDS packet ID and CCSDS APID validation.