summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-02-19 14:21:15 -0500
committerJason Wray <jason@mapbox.com>2018-02-19 14:21:15 -0500
commit374bad18c04ae8fea574f85d2149af8aeffb8dcc (patch)
treec0842b2e77c5c69e28cee31e654addbef17237a4 /platform/ios/CHANGELOG.md
parent2cef23e3ff532faf3ddff10c26e1495b30f11c4a (diff)
parent9a30e252b53b654d9b756f839bd33f2ff6db1d91 (diff)
downloadqtlocation-mapboxgl-374bad18c04ae8fea574f85d2149af8aeffb8dcc.tar.gz
Merge tag 'ios-v3.7.5' into master
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index d8b89f4d80..471dd949c1 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -33,6 +33,10 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Added a Hebrew localization. ([#10967](https://github.com/mapbox/mapbox-gl-native/pull/10967))
* Long-pressing the attribution button causes the SDK’s version number to be displayed in the action sheet that appears. ([#10650](https://github.com/mapbox/mapbox-gl-native/pull/10650))
+## 3.7.5 - February 16, 2018
+
+* Fixed an issue where requesting location services permission would trigger an unrecoverable loop. ([#11229](https://github.com/mapbox/mapbox-gl-native/pull/11229))
+
## 3.7.4 - February 12, 2018
* Added the `MGLTileSourceOptionTileCoordinateBounds` option to create an `MGLTileSource` that only supplies tiles within a specific geographic bounding box. ([#11141](https://github.com/mapbox/mapbox-gl-native/pull/11141))