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.