diff options
author | Łukasz Paczos <lukas.paczos@gmail.com> | 2019-05-08 18:35:53 +0200 |
---|---|---|
committer | Łukasz Paczos <lukasz.paczos@mapbox.com> | 2019-05-08 19:10:42 +0200 |
commit | 89b2615779cc7bf971f6aea2c3a00c31acf080e2 (patch) | |
tree | f13b45cb9723ed77c8299afa5848c86e3056745d | |
parent | cb73f0dd1c57b6d40c4fb19a3d23c47452b291c4 (diff) | |
download | qtlocation-mapboxgl-89b2615779cc7bf971f6aea2c3a00c31acf080e2.tar.gz |
[android] changelog for 7.5.0-alpha.2android-v7.5.0-alpha.2
-rw-r--r-- | platform/android/CHANGELOG.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 21e7b07aff..26649df1fa 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -4,17 +4,25 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to ## master +## 7.5.0-alpha.2 - May 8, 2019 +### Bugs + - Keep shared_ptr to thread pool in CustomGeometrySource [#14562](https://github.com/mapbox/mapbox-gl-native/pull/14562) + - Improve rendering of symbol layers, where icons are allowed to overlap but not text [#14486](https://github.com/mapbox/mapbox-gl-native/pull/14486) + ## 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) +### Features + - Add "layer-above" option to the LocationComponent [#14497](https://github.com/mapbox/mapbox-gl-native/pull/14497) + ### 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) + - Clear up LocationComponent's z-index positioning docs [#14497](https://github.com/mapbox/mapbox-gl-native/pull/14497) ## 7.4.0-beta.3 - May 2, 2019 ### Features |