summaryrefslogtreecommitdiff
path: root/platform/ios
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-11-04 18:02:02 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-11-05 11:45:38 +0200
commit4964f7ed0093597eb3b21d8af522d9b491c635fd (patch)
treed27cc1c7b60bf91fcc2442a32ed3bc2f9a6d058e /platform/ios
parente6e6bcf55cc92b0f2da8902ffe0e9ee262fcba62 (diff)
downloadqtlocation-mapboxgl-4964f7ed0093597eb3b21d8af522d9b491c635fd.tar.gz
[ios][android] Add change log entries
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 98761737f7..da4334db89 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -5,6 +5,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
## master
### 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))
### 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)