You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ Mapbox welcomes participation and contributions from everyone.
4
4
5
5
### main
6
6
7
+
### v6.4.0-beta.2 - March 10, 2022
8
+
-:warning: Fixed an issue where `RouteOptions#avoidManeuverRadius` field was represented as integer instead of double. This change is breaking but necessary to correctly represent the Directions API structure. [#1376](https://github.com/mapbox/mapbox-java/pull/1376)
9
+
- Added `railwayCrossing` field to `StepIntersection` which indicates whether there is a railway crossing at the intersection. [#1375](https://github.com/mapbox/mapbox-java/pull/1375)
10
+
- Added ability to handle encoded coordinates in `RouteOptions#toUrl`. [#1377](https://github.com/mapbox/mapbox-java/pull/1377)
11
+
7
12
### v6.4.0-beta.1 - February 22, 2022
8
13
- Exposed `viaWaypoints` in `RouteLeg`[#1364](https://github.com/mapbox/mapbox-java/pull/1364)
9
14
- Added `RouteOptions#excludeObject` for providing points that should be avoided in the returned route. [#1362](https://github.com/mapbox/mapbox-java/pull/1362)
0 commit comments