Skip to content

Commit

Permalink
chore: fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Nov 19, 2024
1 parent d107f87 commit 27c62c7
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,9 @@

## Unreleased

### Fix

- Fix compiling with `enhanced-determinism` feature enabled.
- This is now checked on CI.

## v0.17.2

### Added

- Implement `::to_trimesh` in 2d for `Cuboid` and `Aabb`.
- Implement `Shape::feature_normal_at_point` for `TriMesh` to retrieve the normal of a face, when passing a
`FeatureId::Face`.
- Add `convex_polygons_intersection_points_with_tolerances`, `convex_polygons_intersection_with_tolerances`, and
`intersect_meshes_with_tolerances` that let the user specify tolerances value for the collinearity check.

### Modified

Expand All @@ -28,6 +17,22 @@
- Removed `IntersectionCompositeShapeShapeBestFirstVisitor` (which had been deprecated for a while):
use `IntersectionCompositeShapeShapeVisitor` instead.

## v0.17.3

### Fix

- Fix compiling with `enhanced-determinism` feature enabled.
- This is now checked on CI.

## v0.17.2

### Added

- Implement `Shape::feature_normal_at_point` for `TriMesh` to retrieve the normal of a face, when passing a
`FeatureId::Face`.
- Add `convex_polygons_intersection_points_with_tolerances`, `convex_polygons_intersection_with_tolerances`, and
`intersect_meshes_with_tolerances` that let the user specify tolerances value for the collinearity check.

### Fix

- Fix some robustness issues in mesh/mesh intersection when parts of both meshes overlap perfectly.
Expand Down

0 comments on commit 27c62c7

Please sign in to comment.