changelog
Rust/spacepackets/pipeline/head There was a failure building this commit Details

This commit is contained in:
Robin Müller 2023-07-10 23:37:23 +02:00
parent 6eb3cbbd84
commit 77be96e8de
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Implement `Display` and `Error` for `StdTimestampError` properly.
- Remove some redundant `Error` suffixes for enum error variants.
## Added
- Added new marker trait `IsPusTelemetry` implemented by `PusTmCreator` and `PusTmReader`.
- Added new marker trait `IsPusTelecommand` implemented by `PusTcCreator` and `PusTcReader`.
# [v0.6.0] 2023-07-06
## Added