From c6c56c580a78bbff7af3f890383c69646cc55e17 Mon Sep 17 00:00:00 2001 From: Thierry Berger Date: Fri, 8 Nov 2024 17:17:27 +0100 Subject: [PATCH 1/2] changelog: add missed breaking changes from #273 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbb3d64b..9f328b8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,9 @@ - `TriMesh::intersection_with_aabb` - `SharedShape::trimesh` - `SharedShape::trimesh_with_flags` -- `point_cloud_bounding_sphere_with_center` now returns a `BoundingSphere`. +- `point_cloud_bounding_sphere` and `point_cloud_bounding_sphere_with_center` now returns a `BoundingSphere`. +- Removed `IntersectionCompositeShapeShapeBestFirstVisitor` (which had been deprecated for a while): + use `IntersectionCompositeShapeShapeVisitor` instead. ## v0.17.1 From 9966a0bfef082b0077cf6c1a81659bc1cc055198 Mon Sep 17 00:00:00 2001 From: Thierry Berger Date: Fri, 15 Nov 2024 12:15:07 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05eea561..7a9ef3e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,10 +17,6 @@ - `TriMesh::intersection_with_aabb` - `SharedShape::trimesh` - `SharedShape::trimesh_with_flags` - - `TriMesh::new` - - `TriMesh::intersection_with_aabb` - - `SharedShape::trimesh` - - `SharedShape::trimesh_with_flags` - `point_cloud_bounding_sphere` and `point_cloud_bounding_sphere_with_center` now returns a `BoundingSphere`. - Removed `IntersectionCompositeShapeShapeBestFirstVisitor` (which had been deprecated for a while): use `IntersectionCompositeShapeShapeVisitor` instead.