From 2238575cea802fce6e2cb91c20a8ed7287f14361 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 Jul 2026 11:48:32 +0000 Subject: [PATCH] [Mapbox Java] changelog for v7.10.1 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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.