summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2019-07-17 18:11:37 +0200
committerŁukasz Paczos <lukas.paczos@gmail.com>2019-07-17 18:11:37 +0200
commit6d7174069f745615f2b4211f8ed6eb3a55c1a7b4 (patch)
tree13384ecbc7a334d94cd8ffced1e4d8b36142b6b0
parent3ced4a943b38cff8ae1d3cebf7968b2844de565d (diff)
downloadqtlocation-mapboxgl-upstream/lp-changelog-8.2.0-beta.1.tar.gz
[android] changelog for 8.2.0-beta.1upstream/lp-changelog-8.2.0-beta.1
-rw-r--r--platform/android/CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index f27e641780..2502081181 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -4,8 +4,11 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
## master
+## 8.2.0-beta.1 - July 18, 2019
+
### Bugs
- Fixed a custom geometry source bug caused by using the outdated tiles after style update [#15112](https://github.com/mapbox/mapbox-gl-native/pull/15112)
+ - Favor previous anchor only when still in the `text-variable-anchor` options [#15129](https://github.com/mapbox/mapbox-gl-native/pull/15129)
## 8.2.0-alpha.3 - July 11, 2019
@@ -18,7 +21,7 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
- Allow map panning after quick zoom is disabled but a phantom gesture is executed [#15093](https://github.com/mapbox/mapbox-gl-native/pull/15093)
- Ensure that move detector is enabled if double-tap is interrupted [#15103](https://github.com/mapbox/mapbox-gl-native/pull/15103)
-### Feature
+### Features
- Introduce MapboxMapOptions facility creation method [#15069](https://github.com/mapbox/mapbox-gl-native/pull/15069)
- Throw configuration exception when accessing Mapbox services with an invalid token [#15081](https://github.com/mapbox/mapbox-gl-native/pull/15081)
- Allow setting a null access token in the runtime [#15081](https://github.com/mapbox/mapbox-gl-native/pull/15081)