From ea45aa428316703c434a01672ad824301a4535f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Sun, 24 Mar 2024 11:48:55 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88bcf97a..4a2264a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +### Modified + +- The `point_in_poly2d` now handles arbitrary (convex and non-convex) polygons. The previous implementation + that only supported convex polygons has been renamed `point_in_convex_poly2d`. + ### Fixed - Fix a crash in `Qbvh::refit` that results from the QBVH tree becoming increasingly imbalanced.