summaryrefslogtreecommitdiff
path: root/platform/android/CHANGELOG.md
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2019-09-09 11:52:47 +0300
committerGitHub <noreply@github.com>2019-09-09 11:52:47 +0300
commit81e62c8cc03a3e8002a58c1f473309ae28374a99 (patch)
tree6b0e57ff3875e212eaba677f04e6f60e808e00ec /platform/android/CHANGELOG.md
parentb391679799cff8145cf44a06500cfe0ebe9d8168 (diff)
downloadqtlocation-mapboxgl-81e62c8cc03a3e8002a58c1f473309ae28374a99.tar.gz
[Core] Update ChangeLog of Integer Overflow fix of pr #15560 (#15586)
* Update ChangeLog * Fix extra space
Diffstat (limited to 'platform/android/CHANGELOG.md')
-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 10da503a48..5fb33f7ca7 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -4,7 +4,7 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
## master
### Bug fixes
- - Fixed an issue of integer overflow when converting `tileCoordinates` to `LatLon`. [#15560](https://github.com/mapbox/mapbox-gl-native/pull/15560)
+ - 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)
## 8.4.0-alpha.1 - September 4, 2019
[Changes](https://github.com/mapbox/mapbox-gl-native/compare/android-v8.3.0...android-v8.4.0-alpha.1) since [Mapbox Maps SDK for Android v8.3.0](https://github.com/mapbox/mapbox-gl-native/releases/tag/android-v8.3.0):