summaryrefslogtreecommitdiff
path: root/platform/macos/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/macos/CHANGELOG.md
parentc40b7279a2df68edb6c7b1ba11586bcbc724e21c (diff)
downloadqtlocation-mapboxgl-f7f74a6deb57ad4ac22a30604a0dce39024feca2.tar.gz
[ios, macos] Added completion handlers to animated MGLMapView methods
Diffstat (limited to 'platform/macos/CHANGELOG.md')
-rw-r--r--platform/macos/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index 3eb34c5ac1..48a68d2e26 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -13,6 +13,13 @@
* The `-[MGLMapView setCamera:withDuration:animationTimingFunction:edgePadding:completionHandler:]` method now adds the current value of the `MGLMapView.contentInsets` property to the `edgePadding` parameter. ([#14813](https://github.com/mapbox/mapbox-gl-native/pull/14813))
+### Other changes
+
+* Added variants of multiple animated `MGLMapView` methods that accept completion handlers ([#14381](https://github.com/mapbox/mapbox-gl-native/pull/14381)):
+ * `-[MGLMapView setVisibleCoordinateBounds:edgePadding:animated:completionHandler:]`
+ * `-[MGLMapView setContentInsets:animated:completionHandler:]`
+ * `-[MGLMapView showAnnotations:edgePadding:animated:completionHandler:]`
+
## 0.14.0 - May 22, 2018
### Styles and rendering