From 9b816729b7a0f53fec83671084f9a63843d23c15 Mon Sep 17 00:00:00 2001 From: Alex Azarov Date: Wed, 3 Apr 2024 16:44:38 +0200 Subject: [PATCH] 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