summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Liu <peng.liu@mapbox.com>2019-09-12 11:05:29 +0300
committerPeng Liu <peng.liu@mapbox.com>2019-09-12 11:05:29 +0300
commitea0ea314eb0a0337a0853d6162521fe31b895b9a (patch)
tree7afb316e7b74eea63c0cadfa9c1d7456f2f005c0
parent3df3db6301c65bc905c8f7ac2ae2ec98f90acd9d (diff)
downloadqtlocation-mapboxgl-upstream/peng-update-compassview-ui-settings.tar.gz
-rw-r--r--platform/android/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 5fb33f7ca7..f444a07b88 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -5,7 +5,8 @@ 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`, 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)
-
+ - Fixed an issue that caused the state of CompassView not up to date when `UiSettings.setCompassEnabled()` is set to true. [#15606](https://github.com/mapbox/mapbox-gl-native/pull/15606)
+
## 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):