diff options
author | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-06-12 19:39:07 +0300 |
---|---|---|
committer | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-06-12 20:39:03 +0300 |
commit | 6b7d3a16c0e626d2f999e8358c4a0da2af75de87 (patch) | |
tree | 310d36aefc7498d2f6ef1e721c4ea507b24b1689 /platform/macos | |
parent | 2acfa8b86f9c517c16a00db91e884f3a5e669456 (diff) | |
download | qtlocation-mapboxgl-6b7d3a16c0e626d2f999e8358c4a0da2af75de87.tar.gz |
[android][mac][ios] Update changelogs
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 9094e8ebbc..3eb34c5ac1 100644 --- a/platform/macos/CHANGELOG.md +++ b/platform/macos/CHANGELOG.md @@ -3,6 +3,7 @@ ## master * 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)) ### Styles and rendering |