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-09 11:43:46 +0300 |
commit | 81fc49502307dcf6a390b86fc62f6affc5f2b365 (patch) | |
tree | 2a61fb07fd6b35523c150011f7da4cb4a7c64a9e /platform/macos | |
parent | 8d94bb1be0abfb03e958abe740976e920ea53f27 (diff) | |
download | qtlocation-mapboxgl-81fc49502307dcf6a390b86fc62f6affc5f2b365.tar.gz |
[android][ios][macos] Update changelog for #14930
Diffstat (limited to 'platform/macos')
-rw-r--r-- | platform/macos/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |