chhangelog
Rust/spacepackets/pipeline/head This commit looks good Details

This commit is contained in:
Robin Müller 2023-12-03 15:46:07 +01:00
parent 7b66061625
commit 4faf1c99d8
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Introduce custom implementation of `PartialEq` for `CommonPduConfig` which only compares the
values for the source entity ID, destination entity ID and transaction sequence number field to
allow those fields to have different widths.
- Removed the `PusError::RawDataTooShort` variant which is already covered by
`PusError::ByteConversionError` variant.
# [v0.7.0-beta.2] 2023-09-26