summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLangston Smith <langston.smith@mapbox.com>2019-06-13 12:34:06 -0700
committerGitHub <noreply@github.com>2019-06-13 12:34:06 -0700
commitedba5f7fe0a15e9f4e7122a5b845aa43adba705b (patch)
tree21c7a724148715e906294a548fcc241e84412bc4
parent6b7d3a16c0e626d2f999e8358c4a0da2af75de87 (diff)
downloadqtlocation-mapboxgl-edba5f7fe0a15e9f4e7122a5b845aa43adba705b.tar.gz
[android] updated android changelog for 8.1.0-beta.1 cherrypick (#14917)android-v8.1.0-beta.1
-rw-r--r--platform/android/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 743acf322d..968dd00bfe 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -11,6 +11,16 @@ 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-beta.1 - June 13, 2019
+
+### Bugs
+ - Fix compilation warning with updated clang [#14865](https://github.com/mapbox/mapbox-gl-native/pull/14865)
+ - Fix reset behavior for setLatLngBoundsForCameraTarget [#14882](https://github.com/mapbox/mapbox-gl-native/pull/14882)
+
+### Features
+ - Change library loader to soloader [#14890](https://github.com/mapbox/mapbox-gl-native/pull/14890)
+ - Add resource usage to HttpRequest, add offline query param [#14837](https://github.com/mapbox/mapbox-gl-native/pull/14837)
+
## 8.0.1 - June 11, 2019
### Bugs