From 098a534199e54a16d58644a77cda75706ab2175f Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Sun, 4 Dec 2022 19:57:51 +0100 Subject: [PATCH] bump changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 637a21d..6e2be24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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