diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bc41f3e2..ce7b04fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,7 @@ - `Polyline.TransformAt` returns correct transformations when parameter on domain is provided. - `IndexedPolycurve` constructor that takes list of `BoundedCurve` now produces `CurveIndices` that share vertices and are withing index range. This means `IndexedPolyline.TransformedPolyline` preserves `CurveIndicies` on new `IndexedPolyline`. - `BoundedCurve.ToPolyline` now works correctly for `EllipticalArc` class. +- `Ray.Intersects(Topography)` and `Ray.Intersects(Mesh)` would sometimes return a different intersection than the closest one. ### Changed