diff options
author | Jordan Kiley <jmkiley@users.noreply.github.com> | 2017-12-04 16:40:14 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-04 16:40:14 -0800 |
commit | 8f3cc3dbc4fb0f46f0e2eb00d0b644063c43a582 (patch) | |
tree | ce40e3163668e2ac8835e43177c0cafe6afa1eb3 /CHANGELOG.md | |
parent | cb5dc2eed8e773e6064419f2d40c969b6ec22fdb (diff) | |
download | qtlocation-mapboxgl-8f3cc3dbc4fb0f46f0e2eb00d0b644063c43a582.tar.gz |
[ios, macos] Rename the iOS and macOS SDKs (#10610)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5034146cae..4ce6fe25be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,6 @@ Each Mapbox GL Native SDK has a separate changelog that highlights changes relevant to their respective platforms: * [Mapbox Android SDK](platform/android/CHANGELOG.md) -* [Mapbox iOS SDK](platform/ios/CHANGELOG.md) -* [Mapbox macOS SDK](platform/macos/CHANGELOG.md) +* [Mapbox Maps SDK for iOS](platform/ios/CHANGELOG.md) +* [Mapbox Maps SDK for macOS](platform/macos/CHANGELOG.md) * [node-mapbox-gl-native](platform/node/CHANGELOG.md) |