Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Dec 17, 2024
1 parent 4fe7fef commit 152b24d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- `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.
- Epsilon from `parry::query::gjk::eps_tol` is now `10e-2` (from `10e-5`).
- This fixes cases of incorrectly failing shapecasts.

## v0.17.4

Expand Down

0 comments on commit 152b24d

Please sign in to comment.