summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLangston Smith <langston.smith@mapbox.com>2019-06-20 09:25:39 -0700
committerGitHub <noreply@github.com>2019-06-20 09:25:39 -0700
commit6aa065c7a1b5fac812f5cde29d1c34a0ac793988 (patch)
treed873fb245d21685f4c44b587d33cbfce52e8a2dc
parent24b7b413b5232121ba1599b613152dea124314bf (diff)
downloadqtlocation-mapboxgl-6aa065c7a1b5fac812f5cde29d1c34a0ac793988.tar.gz
[android] updated android changelog for stable 8.1.0 release (#14973)
-rw-r--r--platform/android/CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index f50894b4e1..8c7a7d8b48 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -11,6 +11,15 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
- Implemented asymmetric center of perspective: fixed an issue that caused the focal point to be always based on the view's horizontal center when setting [MapboxMap setPadding](https://docs.mapbox.com/android/api/map-sdk/8.0.0/com/mapbox/mapboxsdk/maps/MapboxMap.html#setPadding-int-int-int-int-). [#14664](https://github.com/mapbox/mapbox-gl-native/pull/14664)
+## 8.1.0 - June 20, 2019
+
+### Bugs
+- Accept floating numbers during core->platform color conversion [#14954](https://github.com/mapbox/mapbox-gl-native/pull/14954)
+- Ensure to re-enable move when quickzoom finishes [#14965](https://github.com/mapbox/mapbox-gl-native/pull/14965)
+
+### Features
+- Limit concurrent request for Android 4.4 and below to 10 [#14971](https://github.com/mapbox/mapbox-gl-native/pull/14971)
+
## 8.1.0-beta.1 - June 13, 2019
### Bugs