Skip to content

Commit

Permalink
added sapa guidemap to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek1508 committed Aug 17, 2022
1 parent cff825e commit 8224cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Mapbox welcomes participation and contributions from everyone.
- Added traffic tendency annotations. [#1479](https://github.com/mapbox/mapbox-java/pull/1479)

### v6.8.0-beta.1 - August 12, 2022
- Added support for `RestStop#guideMap` associated with the `RestStop`. [#1471](https://github.com/mapbox/mapbox-java/pull/1471)
- 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)
- Added `RouteOptions.snappingIncludeStaticClosures` and `RouteOptions.snappingIncludeStaticClosuresList`. [#1469](https://github.com/mapbox/mapbox-java/pull/1469)
- 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)
Expand Down

0 comments on commit 8224cb1

Please sign in to comment.