Skip to content

Commit ee3e9fa

Browse files
Remove links from changelog entries for Maps v10.5 and NN v99.0 upgrade
1 parent 6cc07bb commit ee3e9fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@
4141
* Renamed the `Router(alongRouteAtIndex:in:options:routingProvider:dataSource:)` initializer to `Router(alongRouteAtIndex:in:options:customRoutingProvider:dataSource:)`
4242
* Replaced the `Router.routingProvider` property with `Router.customRoutingProvider`.
4343
* Renamed the `NavigationSettings.initialize(directions:tileStoreConfiguration:)` method to `NavigationSettings.initialize(directions:tileStoreConfiguration:routingProviderSource:)`. This method allows you to control whether the rerouting uses the network or offline routing data. ([#3754](https://github.com/mapbox/mapbox-navigation-ios/pull/3754), [#3824](https://github.com/mapbox/mapbox-navigation-ios/pull/3824))
44-
* Fixed an issue where a failure to calculate a route offline could result in a successful result being passed to a `Directions.RouteCompletionHandler`. (mapbox/mapbox-navigation-native#5537)
45-
46-
### Other Changes
47-
* During turn-by-turn navigation, incidents along the route are now refreshed periodically along with traffic congestion. (mapbox/api-valhalla#1023, mapbox/mapbox-navigation-native#5728)
48-
* When the user passes a named toll collection point, the `TollCollection` object obtained through the `Notification.Name.electronicHorizonDidPassRoadObject` notification now has the `TollCollection.name` property set. (mapbox/mapbox-navigation-native#5675, mapbox/mapbox-navigation-native#5721)
44+
* Fixed an issue where a failure to calculate a route offline could result in a successful result being passed to a `Directions.RouteCompletionHandler`.
4945

5046
### CarPlay
5147

5248
* Fixed an issue where an active navigation using CarPlay application with route that contains multiple legs would cause a memory leak. ([#3877](https://github.com/mapbox/mapbox-navigation-ios/pull/3877))
5349

50+
### Other Changes
51+
* During turn-by-turn navigation, incidents along the route are now refreshed periodically along with traffic congestion.
52+
* When the user passes a named toll collection point, the `TollCollection` object obtained through the `Notification.Name.electronicHorizonDidPassRoadObject` notification now has the `TollCollection.name` property set.
53+
5454
## v2.4.1
5555

5656
* Fixed an issue where the current road name, speed limit, and compass were missing from the map in CarPlay’s navigating activity. ([#3858](https://github.com/mapbox/mapbox-navigation-ios/pull/3858))

0 commit comments

Comments
 (0)