From 3fa43d46f990f47233a73e29658714b512ca45a6 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 7 Dec 2022 14:42:53 +0100 Subject: [PATCH] bump changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e47dda1..e1f47a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Changed - `serde` support is now optional and behind the `serde` feature. -- `PusTcSecondaryHeaderT` trait renamed to `GenericPusTcSecondaryHeader` +- `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`. @@ -20,7 +20,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Added -- ACII timestamps as specified in CCSDS 301.0-B-4 +- Added `std::error::Error` implementation for all error enumerations if the `std` feature + is enabled. +- ACII timestamps as specified in CCSDS 301.0-B-4. - `serde` `Serialize` and `Deserialize` added to all types. - Added `const` constructors for `PacketId`, `PacketSeqCtrl` and `SpHeader`.