summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2019-11-21 11:17:29 +0200
committerJuha Alanen <juha.alanen@mapbox.com>2019-11-21 14:39:47 +0200
commitbb44ad232bbdbb9dfa8dd562945d37bbb86ad1e4 (patch)
treed7b1fc71926a3a1d8221e1f72d43bf7ed0127612
parentd777ba54bdbd9fce305808ea23801905ae8806cd (diff)
downloadqtlocation-mapboxgl-bb44ad232bbdbb9dfa8dd562945d37bbb86ad1e4.tar.gz
[android] Changelog entry for network request priority change (#15950)
-rw-r--r--platform/android/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index e8f515e2ac..c1649eef0b 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -4,6 +4,7 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
## 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))
### Bug fixes
- Fixed the rendering bug caused by redundant pending requests for already requested images [#15864](https://github.com/mapbox/mapbox-gl-native/pull/15864)