From f7f74a6deb57ad4ac22a30604a0dce39024feca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Fri, 21 Jun 2019 17:45:36 -0700 Subject: [ios, macos] Added completion handlers to animated MGLMapView methods --- platform/ios/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'platform/ios/CHANGELOG.md') 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 -- cgit v1.2.1