diff options
-rw-r--r-- | platform/android/CHANGELOG.md | 5 |
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) |