From 4410ee7eecf7fa860fbb8e5a78de213a058ff34f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 20 Dec 2022 16:21:30 +0100 Subject: [PATCH] bump changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a86827..e3c9487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Added +- Added PFC enumerations: `ecss::UnsignedPfc` and `ecss::RealPfc`. + PR: https://egit.irs.uni-stuttgart.de/rust/spacepackets/pulls/5 - 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.