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