summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2019-06-21 17:45:36 -0700
committerJason Wray <friedbunny@users.noreply.github.com>2019-06-21 17:45:36 -0700
commitf7f74a6deb57ad4ac22a30604a0dce39024feca2 (patch)
treea65905601da41fbcbf771235c6ede56389950ce2 /platform/ios/CHANGELOG.md
parentc40b7279a2df68edb6c7b1ba11586bcbc724e21c (diff)
downloadqtlocation-mapboxgl-f7f74a6deb57ad4ac22a30604a0dce39024feca2.tar.gz
[ios, macos] Added completion handlers to animated MGLMapView methods
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 01d70385ac..ec4aa42cc3 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -5,6 +5,13 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
## 5.2.0
* Fixed an issue where the two-finger tilt gesture would continue after lifting one finger. ([#14969](https://github.com/mapbox/mapbox-gl-native/pull/14969))
+* Added variants of several animated `MGLMapView` methods that accept completion handlers ([#14381](https://github.com/mapbox/mapbox-gl-native/pull/14381)):
+ * `-[MGLMapView setVisibleCoordinateBounds:edgePadding:animated:completionHandler:]`
+ * `-[MGLMapView setContentInset:animated:completionHandler:]`
+ * `-[MGLMapView setUserTrackingMode:animated:completionHandler:]`
+ * `-[MGLMapView setTargetCoordinate:animated:completionHandler:]`
+ * `-[MGLMapView showAnnotations:edgePadding:animated:completionHandler:]`
+ * `-[MGLMapView selectAnnotation:animated:completionHandler:]`
## 5.1.0 - June 19, 2019