diff options
author | tobrun <tobrun.van.nuland@gmail.com> | 2019-05-02 14:59:54 +0200 |
---|---|---|
committer | Tobrun <tobrun.van.nuland@gmail.com> | 2019-05-02 15:47:34 +0200 |
commit | 989bf69c3b1cd34e2636b2b8ed5a095308640eb0 (patch) | |
tree | c163a1396dff6b92ab3517d3782fea3c4f7f624b | |
parent | 038c6a1e01944b5dd826abf400905ce1cc6b2038 (diff) | |
download | qtlocation-mapboxgl-989bf69c3b1cd34e2636b2b8ed5a095308640eb0.tar.gz |
[android] - update changelog for v7.5.0-alpha.1android-v7.5.0-alpha.1
-rw-r--r-- | platform/android/CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 46ec01f806..ca36e6b0c1 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -4,6 +4,18 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to ## master +## 7.5.0-alpha.1 - May 2, 2019 +### Bugs + - Use same OfflineRegion#isComplete logic as core [#14500](https://github.com/mapbox/mapbox-gl-native/pull/14500) + - Add toString, hashcode and equals to OfflineRegionError [#14499](https://github.com/mapbox/mapbox-gl-native/pull/14499) + +### Build + - Update mapbox java sdk to v4.7.0 [#14480](https://github.com/mapbox/mapbox-gl-native/pull/14480) + - Update gestures library to v0.4.2 [#14524](https://github.com/mapbox/mapbox-gl-native/pull/14524) + +### Docs + - Clear up LocationComponent's z-index positioning docs and add "layer-above" option [#14497](https://github.com/mapbox/mapbox-gl-native/pull/14497) + ## 7.4.0-beta.2 - April 23, 2019 ### Features - Enable/Disable SKU token handling [#14476](https://github.com/mapbox/mapbox-gl-native/pull/14476) |