Skip to content

Commit

Permalink
readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadsen committed Sep 8, 2022
1 parent 0901009 commit be8dbbd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Mapbox welcomes participation and contributions from everyone.
- Fixed an issue with `NavigationView` that caused overview camera to have wrong pitch. [#6278](https://github.com/mapbox/mapbox-navigation-android/pull/6278)
- Fixed an issue with `NavigationView` that caused camera issues after reroute or switching to an alternative route. [#6283](https://github.com/mapbox/mapbox-navigation-android/pull/6283)
- Fixed an issue with `NavigationView` that caused camera to unexpectedly change state in some situations. [#6291](https://github.com/mapbox/mapbox-navigation-android/pull/6291)
- Provide better java support for `MapboxNavigationApp`. [#6292](https://github.com/mapbox/mapbox-navigation-android/pull/6292)

## Mapbox Navigation SDK 2.8.0-beta.2 - 01 September, 2022
### Changelog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ object MapboxNavigationApp {
return mapboxNavigationAppDelegate.getObservers(clazz)
}


/**
* [MapboxNavigation] has functions that do not require observation streams. This function
* allows you to get the current instance to call those functions.
Expand Down
1 change: 1 addition & 0 deletions libnavui-androidauto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Mapbox welcomes participation and contributions from everyone.
## Unreleased
#### Features
#### Bug fixes and improvements
- Remove experimental from `MapboxCarNavigationManager` and showcase java. [#6292](https://github.com/mapbox/mapbox-navigation-android/pull/6292)

## androidauto-v0.9.0 - Sep 1, 2022
### Changelog
Expand Down

0 comments on commit be8dbbd

Please sign in to comment.