diff --git a/CHANGELOG.md b/CHANGELOG.md index c43103c44..e732be465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,11 @@ Mapbox welcomes participation and contributions from everyone. ### main + +### v7.10.1 - July 31, 2026 - Fixed `TurfMisc#lineSliceAlong` dropping the altitude of the line's vertices, a regression introduced in v7.10.0. + ### v7.10.0 - February 05, 2026 - Added `DirectionsRefreshResponse#fromJson(Reader)`, a static factory method that deserializes a `DirectionsRefreshResponse` from a `java.io.Reader`. - Added `FlattenListOfPoints` to hold a list of points in a more memory-efficient way.