From b790f961a5796b80825b91b92748da9e992a723d Mon Sep 17 00:00:00 2001 From: Robin Date: Sat, 15 Jun 2024 10:22:28 +0200 Subject: [PATCH] Release 3.0.0 (#66) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f795b20..7104694f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`.