From 1969a26f14fa761d0e0ffc46dc37098e7190e34b Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Sun, 4 Dec 2022 17:22:51 +0100 Subject: [PATCH] bump changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d70b3..637a21d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Changed -- `serde` support is now optional behind the `serde` feature +- `serde` support is now optional and behind the `serde` feature +- `PusTcSecondaryHeaderT` trait renamed to `GenericPusTcSecondaryHeader` +- `PusTmSecondaryHeaderT` trait renamed to `GenericPusTmSecondaryHeader` + +## Added + +- `serde` `Serialize` and `Deserialize` added to all types +- `const_new` constructors for `PacketId` and `PacketSeqCtrl` +- Added `PartialEq` and `Eq` `derive`s to `CdsShortTimeProvider` # [v0.3.1] 03.12.2022