summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Guerra <fabian.guerra@mapbox.com>2017-11-28 16:02:42 -0500
committerFabian Guerra <fabian.guerra@mapbox.com>2017-11-30 13:09:03 -0500
commite5dcf5e07c1b0b3f85abe0ef19efe5548a5659fc (patch)
treee8ca01e0a5e1483ef513a756b28d04e94e4c832d
parent27a1cefc85a17d47d91d132b11decc3cdf0f6358 (diff)
downloadqtlocation-mapboxgl-upstream/fabian-didselect-annotation-10523.tar.gz
[ios, macos] Update changelogs.upstream/fabian-didselect-annotation-10523
-rw-r--r--platform/ios/CHANGELOG.md7
-rw-r--r--platform/macos/CHANGELOG.md5
2 files changed, 11 insertions, 1 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 507f5eb079..347329506e 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -2,7 +2,12 @@
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
-## 3.7.0
+## 3.7.1
+
+### Annotations
+* Fixed an issue that could cause triggering `-[MGLMapViewDelegate mapView:didSelectAnnotation:]` when taping next to a `MGLAnnotationImage` annotation. ([#10538](https://github.com/mapbox/mapbox-gl-native/pull/10538))
+
+## 3.7.0 - Novemeber 13, 2017
### Networking and storage
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index 418b3b2006..d5fb02082b 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog for Mapbox macOS SDK
+## v0.6.1
+
+### Annotations
+* Fixed an issue that could cause triggering `-[MGLMapViewDelegate mapView:didSelectAnnotation:]` when taping next to a `MGLAnnotationImage` annotation. ([#10538](https://github.com/mapbox/mapbox-gl-native/pull/10538))
+
## v0.6.0
### Networking and storage