diff options
author | tobrun <tobrun.van.nuland@gmail.com> | 2019-01-23 14:41:57 +0100 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2019-01-23 16:00:57 +0100 |
commit | ed64cccb43635301c06a943513c29798893051b8 (patch) | |
tree | 9550c23e5d6da2aac480502f5e0c9a966e37de1d | |
parent | 6d3c0b4647ffbce687cb41f363b79cb8c6e446a5 (diff) | |
download | qtlocation-mapboxgl-ed64cccb43635301c06a943513c29798893051b8.tar.gz |
[android] - update changelog for v7.1.0-beta.1
-rw-r--r-- | platform/android/CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 586e162268..3bc286c596 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -4,6 +4,17 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to ## master +## 7.1.0-beta.1 - January 23, 2019 +### Bugs + - Ignore unused C++ arguments for all build environments [#13774](https://github.com/mapbox/mapbox-gl-native/pull/13774) + - Import gesture detector dimens using the correct package structure [#13750](https://github.com/mapbox/mapbox-gl-native/pull/13750) + - Restore location layer visibility with new "layer-below" [#13771](https://github.com/mapbox/mapbox-gl-native/pull/13771) + - Rename required TransitionOptions field [#13769](https://github.com/mapbox/mapbox-gl-native/pull/13769) + +### Build + - Ignore unused C++ arguments for all build environments [#13774](https://github.com/mapbox/mapbox-gl-native/pull/13774) + - Update to NDK 19, migrate STL experimental/optional [#13049](https://github.com/mapbox/mapbox-gl-native/pull/13049) + ## 7.1.0-alpha.3 - January 21, 2019 ### Features - Add library loading to peer objects [#13758](https://github.com/mapbox/mapbox-gl-native/pull/13758) |