summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2019-07-22 11:01:05 -0400
committerJulian Rex <julian.rex@mapbox.com>2019-08-23 16:22:07 -0400
commitd2d77d8e520b2381de44a689d64f6f15d42f9b9f (patch)
tree95a77359c023bba5165cdf82d6747fb4e403a4fc
parent3723e64e938d3c93a96689fa322e54ef56f18485 (diff)
downloadqtlocation-mapboxgl-d2d77d8e520b2381de44a689d64f6f15d42f9b9f.tar.gz
Change log entries
-rw-r--r--platform/macos/CHANGELOG.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md
index c0cb940b53..cd80f0c1ea 100644
--- a/platform/macos/CHANGELOG.md
+++ b/platform/macos/CHANGELOG.md
@@ -24,13 +24,11 @@
* 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))
* Updated "map ID" to the more accurate term "tileset ID" in documentation; updated "style's Map ID" to the more accurate term "style URL". ([#15116](https://github.com/mapbox/mapbox-gl-native/pull/15116))
-
-### 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:]`
+* Improved feature querying performance (focussed on roads). ([#15183](https://github.com/mapbox/mapbox-gl-native/pull/15183))
## 0.14.0 - May 22, 2018