diff options
author | Łukasz Paczos <lukas.paczos@gmail.com> | 2019-03-21 11:06:37 +0100 |
---|---|---|
committer | Łukasz Paczos <lukas.paczos@gmail.com> | 2019-03-21 11:07:33 +0100 |
commit | 05da2bc52bd91c432c345ff630e2b1c4027cf354 (patch) | |
tree | 03ad72d6c2c42597a5d4779a7485f3e2785dd11b | |
parent | 9171b82f5a6d987f1da289e0855f448fe7579c8e (diff) | |
download | qtlocation-mapboxgl-upstream/lp-backport-changelog-7.3.0-beta.1-formatting.tar.gz |
[android] fix formatting of the 7.3.0-beta.1 changelogupstream/lp-backport-changelog-7.3.0-beta.1-formatting
-rw-r--r-- | platform/android/CHANGELOG.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 00ee46198f..4f50a2f038 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -7,16 +7,16 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to ## 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) + - 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) + - 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) + - 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 |