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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,11 @@
3
3
Mapbox welcomes participation and contributions from everyone.
4
4
5
5
### main
6
-
- Added `EXCLUDE_CASH_ONLY_TOLLS`([#1309](https://github.com/mapbox/mapbox-java/issues/1309)) and `EXCLUDE_UNPAVED`([#1308](https://github.com/mapbox/mapbox-java/issues/1308)) options to `DirectionsCriteria`
6
+
7
+
### v6.2.0-beta.1 - November 18, 2021
8
+
- Added `EXCLUDE_CASH_ONLY_TOLLS`([#1309](https://github.com/mapbox/mapbox-java/issues/1309)) and `EXCLUDE_UNPAVED`([#1308](https://github.com/mapbox/mapbox-java/issues/1308)) options to `DirectionsCriteria`.
9
+
- Exposed `DirectionsRoute.Builder#routeIndex` to allow construction when route object is not generated by `mapbox-java` library. [#1328](https://github.com/mapbox/mapbox-java/pull/1328)
10
+
- Added data models for `MapboxShield`. [#1330](https://github.com/mapbox/mapbox-java/pull/1330/)
7
11
8
12
### v6.1.0 - November 11, 2021
9
13
- Added `avoid_maneuver_radius` to Directions API params and `avoidManeuverRadius` to `RouteOptions`. [#1310](https://github.com/mapbox/mapbox-java/pull/1310)
0 commit comments