diff options
author | Langston Smith <langston.smith@mapbox.com> | 2019-06-06 16:55:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 16:55:58 -0700 |
commit | 8d77deaddd607fe07407cd16c4923f7b16840485 (patch) | |
tree | 3791857da435d24a281fa6530d2126e1ae6dbdcf | |
parent | 0e1c095e3d2e193acaa4d97061047dc38fb5b53f (diff) | |
download | qtlocation-mapboxgl-8d77deaddd607fe07407cd16c4923f7b16840485.tar.gz |
[android] updated changelog for 8.1.0-alpha.2 (#14855)android-v8.1.0-alpha.2
-rw-r--r-- | platform/android/CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 195065b7bf..c06bc35e7e 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -8,6 +8,21 @@ 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-alpha.2 - June 6, 2019 + +### Bugs +- Reset the native renderer only when the GL thread exits [#14841](https://github.com/mapbox/mapbox-gl-native/pull/14841) +- Copy features array before passing them to core [#14804](https://github.com/mapbox/mapbox-gl-native/pull/14804) +- Improve test stability [#14853](https://github.com/mapbox/mapbox-gl-native/pull/14853) + +### Features +- Rename URL API to URI [#14836](https://github.com/mapbox/mapbox-gl-native/pull/14836) + +### Build +- Bumping Android telemetry to 4.5.1 [#14874](https://github.com/mapbox/mapbox-gl-native/pull/14874) + +### Docs +- Add external links to javadoc generation, fix warnings [#14792](https://github.com/mapbox/mapbox-gl-native/pull/14792) ## 8.1.0-alpha.1 - June 3, 2019 |