summaryrefslogtreecommitdiff
path: root/platform/android/CHANGELOG.md
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2019-03-20 20:52:54 +0100
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-03-20 21:44:13 +0100
commit8c87ca252201d8f7df120c928f008d18cfd956af (patch)
tree59b3ecbb65e60c42d9a1ab9ae6efba20f887eed9 /platform/android/CHANGELOG.md
parent2d371a38600dea580dc46485615c3c8e47fde3ad (diff)
downloadqtlocation-mapboxgl-8c87ca252201d8f7df120c928f008d18cfd956af.tar.gz
[android] changelog for 7.3.0-beta.1
Diffstat (limited to 'platform/android/CHANGELOG.md')
-rw-r--r--platform/android/CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
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