From 5cbc9a0f26bf2b1f0e19a46642b29f72bbe497a5 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Fri, 1 Nov 2024 19:43:56 -0400 Subject: [PATCH] Update CHANGES.md --- geo/CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/geo/CHANGES.md b/geo/CHANGES.md index e03504d88..8ff554b9e 100644 --- a/geo/CHANGES.md +++ b/geo/CHANGES.md @@ -6,6 +6,8 @@ - Allow configuring of the `i_overlay` Rayon transitive dependency with a new Cargo `multithreading` flag. - +- Handle some edge cases with `InterpolatePoint` + - ## 0.29.0 - 2024.10.30