summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlangsmith <langstonlmcs@gmail.com>2019-09-11 10:20:46 -0700
committerlangsmith <langstonlmcs@gmail.com>2019-09-11 10:20:46 -0700
commit6767589d4deb260215f787e659190b75b243a39f (patch)
treeedd6e94c07ea2ec61fba04f091031a991f7e8fd7
parent9a1e8d3ebb605847815d5e775e4ad31b1a03c555 (diff)
downloadqtlocation-mapboxgl-upstream/android-8.4.0-alpha.2-changelog-fix.tar.gz
[android] adjusted changelog to fix since sectionupstream/android-8.4.0-alpha.2-changelog-fix
-rw-r--r--platform/android/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 9c262bcb77..8b78697e5c 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -5,7 +5,7 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
## master
## 8.4.0-alpha.2 - September 11, 2019
-[Changes](https://github.com/mapbox/mapbox-gl-native/compare/android-v8.4.0-alpha.1...android-v8.4.0-alpha.2) since [Mapbox Maps SDK for Android v8.4.0](https://github.com/mapbox/mapbox-gl-native/releases/tag/android-v8.4.0-alpha.1):
+[Changes](https://github.com/mapbox/mapbox-gl-native/compare/android-v8.4.0-alpha.1...android-v8.4.0-alpha.2) since [Mapbox Maps SDK for Android v8.4.0-alpha.1](https://github.com/mapbox/mapbox-gl-native/releases/tag/android-v8.4.0-alpha.1):
### Bug fixes
- Fixed an issue of integer overflow when converting `tileCoordinates` to `LatLon`, which caused issues such as `queryRenderedFeatures` and `querySourceFeatures` returning incorrect coordinates at zoom levels 20 and higher. [#15560](https://github.com/mapbox/mapbox-gl-native/pull/15560)