Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Mapbox welcomes participation and contributions from everyone.

### v2.0.0-beta.3

* Make `ServicesException` and `TurfException` unchecked exceptions

### v2.0.0-beta.2

* Mapbox Navigation SDK
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ public void initialize(@NonNull Context context, @NonNull String accessToken,
initialize(context, accessToken, userAgent);
}

/*
* Temporary: re-added only for CI purposes
*/
public void initialize(@NonNull Context context, @NonNull String accessToken,
@NonNull LocationEngine locationEngine) {
initialize(context, accessToken, "userAgent", locationEngine);
}

/**
* Initialize MapboxTelemetry.
*
Expand Down