From 1d6cf3a75d4082b3d962700038c21dc7dacb156f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 2 Nov 2022 11:10:41 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 336302b..bd4533b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # [unreleased] +## Added + +- `EcssEnumerationExt` trait which implements `Debug`, `Copy`, `Clone`, + `PartialEq` and `Eq` in addition to `EcssEnumeration` + +## Changed + +- `EcssEnumeration` trait: Rename `write_to_bytes` + to `write_to_be_bytes` + # [v0.2.0] 13.09.2022 ## Added