From a972f773a460f795550d7ccc91b936ee79d6c9b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Paczos?= Date: Wed, 20 Mar 2019 20:52:54 +0100 Subject: [android] changelog for 7.3.0-beta.1 --- platform/android/CHANGELOG.md | 14 ++++++++++++++ .../java/com/mapbox/mapboxsdk/offline/OfflineManager.java | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 7a117f4b2a..00ee46198f 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -4,6 +4,20 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to ## master +## 7.3.0-beta.1 - March 20, 2019 + +### Features +Expose "text-color" option for formatted sections [#14128](https://github.com/mapbox/mapbox-gl-native/pull/14128) +Expose LocationComponent's layer IDs [#14155](https://github.com/mapbox/mapbox-gl-native/pull/14155) + +### Bugs +Cache location layer IDs in a set instead of a list [#14141](https://github.com/mapbox/mapbox-gl-native/pull/14141) +Clear the style object when the map is destroyed [#14171](https://github.com/mapbox/mapbox-gl-native/pull/14171) +Cache source/layer only when successfully added [#14171](https://github.com/mapbox/mapbox-gl-native/pull/14171) + +### Build +Bump telemetry version to 4.3.0 [#14140](https://github.com/mapbox/mapbox-gl-native/pull/14140) + ## 7.3.0-alpha.2 - March 13, 2019 ### Features diff --git a/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/offline/OfflineManager.java b/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/offline/OfflineManager.java index 40f5e5777b..8684d7c6f1 100644 --- a/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/offline/OfflineManager.java +++ b/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/offline/OfflineManager.java @@ -29,7 +29,7 @@ import java.nio.channels.FileChannel; *

* It'll help you list and create offline regions. *

- * + * * @see Offline Maps Information/ */ public class OfflineManager { -- cgit v1.2.1