Fixed PartialEq implementation to PusTc struct #12

Merged
muellerr merged 5 commits from partial_eq_fix into main 2023-01-26 21:02:41 +01:00
Showing only changes of commit 5b021fec22 - Show all commits

View File

@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
## Added
- Added `.gitignore`.
## Fixed
- Correct implementation of Trait `PartialEq` for `PusTc`.
# [v0.5.1] 2023-01-22
## Added