From c499fb948b4988ebe658596e48f23e82f8328d69 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 3 Apr 2024 16:34:59 +0300 Subject: [PATCH 1/4] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5004fd8a69f..0ba21f89754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ ### Packaging -* Add ability to configure `CPMapTemplate.guidanceBackgroundColor` via delegate method https://github.com/mapbox/mapbox-navigation-ios/pull/4620#pullrequestreview-1974123920 * MapboxNavigation now requires [MapboxMaps v10.16.5](https://github.com/mapbox/mapbox-maps-ios/releases/tag/v10.16.5). ([#4605](https://github.com/mapbox/mapbox-navigation-ios/pull/4605)) * MapboxCoreNavigation now requires [MapboxDirections v2.12.0](https://github.com/mapbox/mapbox-directions-swift/releases/tag/v2.12.0). ([#4605](https://github.com/mapbox/mapbox-navigation-ios/pull/4605)) * MapboxCoreNavigation now requires [MapboxNavigationNative v202._x_](https://github.com/mapbox/mapbox-navigation-native-ios/releases/tag/202.0.0). ([#4605](https://github.com/mapbox/mapbox-navigation-ios/pull/4605)) @@ -29,6 +28,7 @@ ### CarPlay +* Add the ability to configure `CPMapTemplate.guidanceBackgroundColor` via delegate method ([#4620](https://github.com/mapbox/mapbox-navigation-ios/pull/4620)) * Added the ability to configure waypoints via `CarPlayManagerDelegate` object. ([#4606](https://github.com/mapbox/mapbox-navigation-ios/pull/4606)) ### Other changes From b0ecc588b16fdc580beef9eeb5443b2cb7054fb3 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 3 Apr 2024 16:38:30 +0300 Subject: [PATCH 2/4] Update spelling --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba21f89754..4bbd69147b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ ### CarPlay * Add the ability to configure `CPMapTemplate.guidanceBackgroundColor` via delegate method ([#4620](https://github.com/mapbox/mapbox-navigation-ios/pull/4620)) -* Added the ability to configure waypoints via `CarPlayManagerDelegate` object. ([#4606](https://github.com/mapbox/mapbox-navigation-ios/pull/4606)) +* Add the ability to configure waypoints via `CarPlayManagerDelegate` object. ([#4606](https://github.com/mapbox/mapbox-navigation-ios/pull/4606)) ### Other changes From 6bdc7469fe518b5302465686f5315f4ced061d8d Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 3 Apr 2024 16:39:06 +0300 Subject: [PATCH 3/4] Fix spelling --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bbd69147b7..64bcba3ea9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,8 +28,8 @@ ### CarPlay -* Add the ability to configure `CPMapTemplate.guidanceBackgroundColor` via delegate method ([#4620](https://github.com/mapbox/mapbox-navigation-ios/pull/4620)) -* Add the ability to configure waypoints via `CarPlayManagerDelegate` object. ([#4606](https://github.com/mapbox/mapbox-navigation-ios/pull/4606)) +* Added the ability to configure `CPMapTemplate.guidanceBackgroundColor` via delegate method ([#4620](https://github.com/mapbox/mapbox-navigation-ios/pull/4620)) +* Added the ability to configure waypoints via `CarPlayManagerDelegate` object. ([#4606](https://github.com/mapbox/mapbox-navigation-ios/pull/4606)) ### Other changes From 9b816729b7a0f53fec83671084f9a63843d23c15 Mon Sep 17 00:00:00 2001 From: Alex Azarov Date: Wed, 3 Apr 2024 16:44:38 +0200 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64bcba3ea9f..af8e59177da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ ### CarPlay -* Added the ability to configure `CPMapTemplate.guidanceBackgroundColor` via delegate method ([#4620](https://github.com/mapbox/mapbox-navigation-ios/pull/4620)) +* Added the ability to configure `CPMapTemplate.guidanceBackgroundColor` via delegate method. ([#4620](https://github.com/mapbox/mapbox-navigation-ios/pull/4620)) * Added the ability to configure waypoints via `CarPlayManagerDelegate` object. ([#4606](https://github.com/mapbox/mapbox-navigation-ios/pull/4606)) ### Other changes