summaryrefslogtreecommitdiff
path: root/platform/ios
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2019-11-21 12:28:26 +0200
committerJuha Alanen <juha.alanen@mapbox.com>2019-11-21 14:39:47 +0200
commita1243ac1eab6d46510063a853da77552529319c3 (patch)
treeed85e5a21bf8eb8c6315b30413330b4b72a3a6d3 /platform/ios
parentbb44ad232bbdbb9dfa8dd562945d37bbb86ad1e4 (diff)
downloadqtlocation-mapboxgl-a1243ac1eab6d46510063a853da77552529319c3.tar.gz
[ios, macos] Changelog entry for network request priority change (#15950)
Diffstat (limited to 'platform/ios')
-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 a2f70d2418..fcb581a0e0 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -4,6 +4,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
## master
* Added support for [image expression](https://docs.mapbox.com/mapbox-gl-js/style-spec/#expressions-types-image) in core library. Runtime APIs for image expression will be implemented separately. ([#15877](https://github.com/mapbox/mapbox-gl-native/pull/15877))
+* Make network requests for expired resources lower priority than requests for new resources. ([#15950](https://github.com/mapbox/mapbox-gl-native/pull/15950))
### Other changes
* Convert GeoJSON features to tiles for the loaded source description in a background thread and thus unblock the UI thread ([#15885](https://github.com/mapbox/mapbox-gl-native/pull/15885))