From ad8e50c614435d532e46b03ec287d36b8c999dc5 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 26 Jan 2023 21:00:32 +0100 Subject: [PATCH] CHANGELOG clarification, gitignore comments --- .gitignore | 3 +++ CHANGELOG.md | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fee1bb5..e74cf0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ +# Rust /target /Cargo.lock + +# CLion /.idea/* !/.idea/runConfigurations diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f2ccb..6d6b13e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Fixed -- Correct implementation of Trait `PartialEq` for `PusTc`. +- Correct manual implementation of Trait `PartialEq` for `PusTc`. The previous auto-derivation was + incorrect because it also compared fields unrelated to the raw byte representation. # [v0.5.1] 2023-01-22