Skip to content

Commit 0625d2b

Browse files
author
Łukasz Paczos
committed
changelog for v6.8.0-beta.1
1 parent c7c4fe7 commit 0625d2b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

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

55
### main
6+
7+
### v6.8.0-beta.1 - August 12, 2022
68
- Fixed an issue where the `RouteOptions#...List` parameters were not reset correctly (for example, `routeOptions.toBuilder().bearingsList(null).build()` did not reset bearings to null). [#1469](https://github.com/mapbox/mapbox-java/pull/1469)
79
- Added `RouteOptions.snappingIncludeStaticClosures` and `RouteOptions.snappingIncludeStaticClosuresList`. [#1469](https://github.com/mapbox/mapbox-java/pull/1469)
10+
- Added `RouteOptions#computeTollCost` request parameter that when set to `true` can return `DirectionsRoute#tollCosts`, if data is available. [#1458](https://github.com/mapbox/mapbox-java/pull/1458)
811

912
### v6.7.0 - August 12, 2022
1013
- No additional changes

0 commit comments

Comments
 (0)