diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-07-08 12:26:37 +0300 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-07-08 16:34:38 +0300 |
commit | 1a1b31402b0bd92766ac5c3632c29f7656ce5327 (patch) | |
tree | f53a8a9e4292c4dc3a11d0e93a78fda1d1d98c66 | |
parent | 39c6678bb65dea9a44a0b9b6789369746b08e8a9 (diff) | |
download | qtlocation-mapboxgl-upstream/alexshalamov_small_perf_fixes.tar.gz |
[android][ios][macos] Update changelog for #14930upstream/alexshalamov_small_perf_fixes
-rw-r--r-- | platform/android/CHANGELOG.md | 2 | ||||
-rw-r--r-- | platform/ios/CHANGELOG.md | 2 | ||||
-rw-r--r-- | platform/macos/CHANGELOG.md | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 9288256692..c699349bec 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -4,6 +4,8 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to ## master +* Performance improvements for queryRenderedFeatures API and optimization that allocates containers based on a number of rendered layers. ([#14930](https://github.com/mapbox/mapbox-gl-native/pull/14930)) + ## 8.2.0-alpha.2 - July 3, 2019 ### Bugs diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 196c777a88..764bc47fba 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -4,6 +4,8 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT ## master +* Performance improvements for queryRenderedFeatures API and optimization that allocates containers based on a number of rendered layers. ([#14930](https://github.com/mapbox/mapbox-gl-native/pull/14930)) + ### Styles and rendering * Fixed style change transition regression caused by delayed setting of the updated layer properties. ([#15016](https://github.com/mapbox/mapbox-gl-native/pull/15016)) diff --git a/platform/macos/CHANGELOG.md b/platform/macos/CHANGELOG.md index 241499432b..bf4ff55156 100644 --- a/platform/macos/CHANGELOG.md +++ b/platform/macos/CHANGELOG.md @@ -4,6 +4,7 @@ * Added an `MGLMapView.prefetchesTiles` property to configure lower-resolution tile prefetching behavior. ([#14816](https://github.com/mapbox/mapbox-gl-native/pull/14816)) * Fixed queryRenderedFeatues bug caused by incorrect sort feature index calculation. ([#14884](https://github.com/mapbox/mapbox-gl-native/pull/14884)) +* Performance improvements for queryRenderedFeatures API and optimization that allocates containers based on a number of rendered layers. ([#14930](https://github.com/mapbox/mapbox-gl-native/pull/14930)) ### Styles and rendering |