From 4faf1c99d868967ff5e2a34ab30c91c83c27d764 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 3 Dec 2023 15:46:07 +0100 Subject: [PATCH] chhangelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90be3b8..c27ed62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Introduce custom implementation of `PartialEq` for `CommonPduConfig` which only compares the values for the source entity ID, destination entity ID and transaction sequence number field to allow those fields to have different widths. +- Removed the `PusError::RawDataTooShort` variant which is already covered by + `PusError::ByteConversionError` variant. # [v0.7.0-beta.2] 2023-09-26