diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b5be5..84d4053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,14 @@ ## Unreleased +## 2.8.0 - 2023-07-29 + - Proper kNN implementation with MinMaxHeaps [#33](https://github.com/tzaeschke/phtree/pull/33) +## 2.7.0 - 2023-07-29 + +- Nothing + ## 2.6.3 - 2023-07-10 - Fixed scope of JUnit dependency. [#30](https://github.com/tzaeschke/phtree/pull/30)