summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM.Stephen <truestyle2005@163.com>2019-12-10 01:23:01 +0800
committerM.Stephen <truestyle2005@163.com>2019-12-10 01:23:01 +0800
commitecf76fe2414996ce876bea1688f6646c502b9004 (patch)
tree69e3000e02cd6fcbff0d33c91075505c2bb06113
parentc1301ec290da232ae2c85c4797546fe9d972f1e8 (diff)
downloadqtlocation-mapboxgl-ecf76fe2414996ce876bea1688f6646c502b9004.tar.gz
add ios change log
-rw-r--r--platform/ios/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index fcb581a0e0..f1eeef17a4 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -6,8 +6,10 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
* 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))
+* Separate platform codes from native codes. ([#16031](https://github.com/mapbox/mapbox-gl-native/pull/16031))
### 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)