From 9108a4ec68d02eb88251ae3b3fc8a96f61d64226 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 26 Jan 2023 21:31:29 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79f525e..f6ba21f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Correct implementation of Trait `PartialEq` for `PusTc` and `PusTm`. The previous auto-derivation were incorrect because they also compared fields unrelated to the raw byte representation. +## Changed + +- Renamed `PusTc` `raw` method to `raw_bytes` and add better docs to avoid confusion. + Deprecate `raw` to avoid breaking change. +- Added `raw_bytes` method to `PusTm`. + # [v0.5.1] 2023-01-22 ## Added