Skip to content

Commit 368eb51

Browse files
author
Łukasz Paczos
committed
changelog for v6.4.0-beta.2
1 parent c3b998c commit 368eb51

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Mapbox welcomes participation and contributions from everyone.
44

55
### main
66

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+
712
### v6.4.0-beta.1 - February 22, 2022
813
- Exposed `viaWaypoints` in `RouteLeg` [#1364](https://github.com/mapbox/mapbox-java/pull/1364)
914
- 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

Comments
 (0)