changelog
Rust/spacepackets/pipeline/head This commit looks good Details
Rust/spacepackets/pipeline/pr-main This commit looks good Details

This commit is contained in:
Robin Müller 2023-08-10 18:17:32 +02:00
parent 105c598c53
commit 20584b45ca
Signed by: muellerr
GPG Key ID: 407F9B00F858F270
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
call `user_data` but are also in line with the PUS packet standard names for those fields.
- Added new marker trait `IsPusTelemetry` implemented by `PusTmCreator` and `PusTmReader`.
- Added new marker trait `IsPusTelecommand` implemented by `PusTcCreator` and `PusTcReader`.
- `metadata_param` getter method for the `MetadataPdu` object.
## Fixed
- All `MetadataGenericParam` fields are now public.
# [v0.6.0] 2023-07-06