From 3bed408b752821a1b95ad7be239d7d5c51e30db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Sun, 3 Nov 2024 20:17:05 +0000 Subject: [PATCH] Update changelog --- rstar/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rstar/CHANGELOG.md b/rstar/CHANGELOG.md index d0cfe7b..c56cef6 100644 --- a/rstar/CHANGELOG.md +++ b/rstar/CHANGELOG.md @@ -1,10 +1,15 @@ # Unreleased +## Added +- Provide selection methods based on internal iteration ([PR](https://github.com/georust/rstar/pull/164)) +- Add ObjectRef combinator to build tree referencing objects elsewhere ([PR](https://github.com/georust/rstar/pull/178)) + ## Changed - Switched to unstable sort for envelopes and node reinsertion ([PR](https://github.com/georust/rstar/pull/160)) - Use a more tame value for `AABB::new_empty` to avoid overflow panics applying selections on empty trees ([PR](https://github.com/georust/rstar/pull/162)) - Avoid infinite recursion due to numerical instability when computing the number of clusters ([PR](https://github.com/georust/rstar/pull/166)) + # 0.12.0 ## Added