You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,15 @@
10
10
11
11
* Added `RouteControllerNotificationUserInfoKey.shouldPlayRerouteSoundKey` to the user info dictionary of `Notification.Name.routeControllerDidReroute` notification. ([#4822](https://github.com/mapbox/mapbox-navigation-ios/pull/4822))
12
12
* Fixed a bug with excessive `VisualInstructionDelegate.label(_:willPresent:as:)` delegate method call during initialization.
13
+
* Fixed a randomly occuring race condition related to the usage of `URLCache` that could cause a crash.
13
14
14
15
## v2.20.4
15
16
16
17
### Other changes
17
18
18
19
* Reroute notification sound now plays only after a new route is successfully retrieved.
19
20
* Fixed a bug with excessive `VisualInstructionDelegate.label(_:willPresent:as:)` delegate method call during initialization.
21
+
* Fixed a randomly occuring race condition related to the usage of `URLCache` that could cause a crash.
0 commit comments