summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2018-02-16 20:01:03 -0500
committerGitHub <noreply@github.com>2018-02-16 20:01:03 -0500
commit9989e71e3fe436d1a46e0f023adf0218fe777f83 (patch)
tree38c6c10b1fdb6ab5ea81a13d044974e3b7b2afa5 /platform/ios/CHANGELOG.md
parent3a0c87b1b4d4f2789a2ca5e995a79a7bad4f761f (diff)
downloadqtlocation-mapboxgl-9989e71e3fe436d1a46e0f023adf0218fe777f83.tar.gz
[ios] Fix loop when first asking for location permission (#11229)
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 19d6d36ace..3bfbbd4a18 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -2,7 +2,11 @@
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
-## 3.7.4
+## 3.7.5
+
+* 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))
* Fixed an issue that caused `-[MGLMapSnapshotter pointForCoordinate:]` to return the wrong point. ([#11035](https://github.com/mapbox/mapbox-gl-native/pull/11035))