summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Guerra <fabian.guerra@mapbox.com>2019-09-18 10:27:22 -0700
committerFabian Guerra <fabian.guerra@mapbox.com>2019-10-07 15:39:35 -0700
commitd1846859e7e8b296547d8e93ee6987b7def63b21 (patch)
tree0b78bf70aaf69e91e77ba73d5e6b83dcd91f6003
parent0d59621876372068d4d1b375d7d52f24b59f3e78 (diff)
downloadqtlocation-mapboxgl-d1846859e7e8b296547d8e93ee6987b7def63b21.tar.gz
[ios] Update changelog.
-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 a3c4546276..61308ffd8c 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -14,6 +14,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* Added `-[MGLMapSnapshotOverlay coordinateForPoint:]` and `-[MGLMapSnapshotOverlay pointForCoordinate:]` to convert between context and map coordinates, mirroring those of `MGLMapSnapshot`. ([#15746](https://github.com/mapbox/mapbox-gl-native/pull/15746))
* Suppress network requests for expired tiles update, if these tiles are invisible. ([#15741](https://github.com/mapbox/mapbox-gl-native/pull/15741))
+* Added `MGLNetworkConfiguration.stopsRequests` to stop `NSURLSessionConfiguration` from creating requests. ([#15650](https://github.com/mapbox/mapbox-gl-native/pull/15650))
* Fixed an issue that cause the ornaments to ignore `MGLMapView.contentInset` property. ([#15584](https://github.com/mapbox/mapbox-gl-native/pull/15584))
* Fixed an issue that cause `-[MGLMapView setCamere:withDuration:animationTimingFunction:edgePadding:completionHandler:]` persist the value of `edgePadding`. ([#15584](https://github.com/mapbox/mapbox-gl-native/pull/15584))
* Added `MGLMapView.automaticallyAdjustsContentInset` property that indicates if wether the map view should automatically adjust its content insets. ([#15584](https://github.com/mapbox/mapbox-gl-native/pull/15584))