summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Guerra <fabian.guerra@mapbox.com>2019-01-22 10:32:05 -0800
committerFabian Guerra <fabian.guerra@mapbox.com>2019-01-22 10:32:05 -0800
commit2aad3f7de3e2ed785f17784619f1d495b2babb09 (patch)
treebefbf6fa6842eaf1f8474bd05fe3f994475a889a
parent8b34261873fc3437b3e2d85820b7d72ba101f776 (diff)
downloadqtlocation-mapboxgl-upstream/fabian-camera-12075.tar.gz
[ios] Update changelog.upstream/fabian-camera-12075
-rw-r--r--platform/ios/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 58413b3184..efc4aed40e 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -10,6 +10,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Reinstates version 11 as the default Mapbox Streets style (as introduced in 4.7.0). ([#13690](https://github.com/mapbox/mapbox-gl-native/pull/13690))
* Added the `-[MGLShapeSource leavesOfCluster:offset:limit:]`, `-[MGLShapeSource childrenOfCluster:]`, `-[MGLShapeSource zoomLevelForExpandingCluster:]` methods for inspecting a cluster in an `MGLShapeSource`s created with the `MGLShapeSourceOptionClustered` option. Feature querying now returns clusters represented by `MGLPointFeatureCluster` objects (that conform to the `MGLCluster` protocol). ([#12952](https://github.com/mapbox/mapbox-gl-native/pull/12952)
* `MGLMapView` no longer freezes on external displays connected through AirPlay or CarPlay when the main device’s screen goes to sleep or the user manually locks the screen. ([#13701](https://github.com/mapbox/mapbox-gl-native/pull/13701))
+* Fixed an issue calculating the viewport in `[MGLMapView setVisibleCoordinates:count:edgePadding:direction:duration:animationTimingFunction:completionHandler:]` when passing a `direction` different from the actual. ([#13761](https://github.com/mapbox/mapbox-gl-native/pull/13761))
## 4.7.1 - December 21, 2018