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

This commit is contained in:
Robin Müller 2022-12-04 19:57:51 +01:00
parent 322a56335e
commit 098a534199
No known key found for this signature in database
GPG Key ID: 9C287E88FED11DF3
1 changed files with 4 additions and 1 deletions

View File

@ -13,11 +13,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `serde` support is now optional and behind the `serde` feature
- `PusTcSecondaryHeaderT` trait renamed to `GenericPusTcSecondaryHeader`
- `PusTmSecondaryHeaderT` trait renamed to `GenericPusTmSecondaryHeader`
- `SpHeader`: Former `tc` and `tm` methods now named `tc_unseg` and `tm_unseg`.
Former `new` method now called `new_from_single_fields`
## Added
- `serde` `Serialize` and `Deserialize` added to all types
- `const_new` constructors for `PacketId` and `PacketSeqCtrl`
- Added `const` constructors for `PacketId`, `PacketSeqCtrl` and
`SpHeader`
- Added `PartialEq` and `Eq` `derive`s to `CdsShortTimeProvider`
# [v0.3.1] 03.12.2022