Skip to content

Commit

Permalink
Release 3.0.0 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
boldtrn authored Jun 15, 2024
1 parent b8933fd commit b790f96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changes to the Mapbox Navigation SDK for iOS

## Unreleased

## 3.0.0 (Jun 15, 2024)
- The `speak` method in `RouteVoiceController` can be used without a given `RouteProgress` or the `RouteProgress` can explicitly ignored so that it will not be added to the voice instruction.
- `RouteProgress` is now optional in `willSpeak` method of `VoiceControllerDelegate` if the `RouteProgress` in the `speak` method of the `RouteVoiceController is `nil`.
- Uses the `Locale` given in `RouteOptions` to create the corresponding `AVSpeechSynthesisVoice`.
Expand Down

0 comments on commit b790f96

Please sign in to comment.