summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-12-16 15:20:34 -0800
committerMinh Nguyễn <mxn@1ec5.org>2017-12-22 08:42:48 -0800
commitc1831229ac826d1169b7e2e3067655272cde3ef0 (patch)
tree2c73e4ddf3d37f16b47f1d7a59743c9a88fab546 /platform/ios/CHANGELOG.md
parentb09311656d78d2b7b2e5e99232f76da7d3a6d756 (diff)
downloadqtlocation-mapboxgl-c1831229ac826d1169b7e2e3067655272cde3ef0.tar.gz
[ios, macos] Copyedited changelogs
macOS map SDK v0.6.0 has yet to be released.
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index e4b79f0f2f..e3e2768e21 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -16,14 +16,14 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
## 3.7.1 - December 6, 2017
-### Annotations
-
-* Fixed an issue that could cause `-[MGLMapViewDelegate mapView:didSelectAnnotation:]` to be triggered when tapping next to an `MGLAnnotationImage` annotation. ([#10538](https://github.com/mapbox/mapbox-gl-native/pull/10538))
-
### Packaging
* Renamed this SDK from Mapbox iOS SDK to Mapbox Maps SDK for iOS. ([#10610](https://github.com/mapbox/mapbox-gl-native/pull/10610))
+### Annotations
+
+* Fixed incorrect hit targets for `MGLAnnotationImage`-backed annotations that caused `-[MGLMapViewDelegate mapView:didSelectAnnotation:]` to be called unnecessarily. ([#10538](https://github.com/mapbox/mapbox-gl-native/pull/10538))
+
### Other changes
* Fixed an issue that caused `MGLMapView.minimumZoomLevel` to not be set. ([#10596](https://github.com/mapbox/mapbox-gl-native/pull/10596))