summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2019-01-23 14:41:57 +0100
committerTobrun <tobrun@mapbox.com>2019-01-23 16:01:44 +0100
commitdf53906a922172fca5363b7eb7094aaa3a248bea (patch)
treed7e60b7cb1f3229a40c747e41723335fe4d21ad1
parent0226a0f81aa492dc22f6b3bff0a888400adddd34 (diff)
downloadqtlocation-mapboxgl-df53906a922172fca5363b7eb7094aaa3a248bea.tar.gz
[android] - update changelog for v7.1.0-beta.1android-v7.1.0-beta.1
-rw-r--r--platform/android/CHANGELOG.md11
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)