From 212c941828e2606de21a9aa78929fa6a1fc59f21 Mon Sep 17 00:00:00 2001 From: "Vincent A. Cicirello" Date: Fri, 4 Aug 2023 15:17:10 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a816e87d..327df4d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed ### Fixed +* Fixed double comparison in SolutionCostPair.compareTo(SolutionCostPair). +* Added missing equals and hashCode methods to SolutionCostPair. ### Dependencies