diff options
author | Łukasz Paczos <lukas.paczos@gmail.com> | 2018-08-09 18:53:57 +0200 |
---|---|---|
committer | Łukasz Paczos <lukasz.paczos@mapbox.com> | 2018-08-09 19:24:33 +0200 |
commit | a378d6fc9b71d5a40750158c5f7c475669408052 (patch) | |
tree | eca2484592c33d7791f6f1b53e418884bfaad3d6 | |
parent | 6c55470c7e0ecb9c01824c201cf9bdeb86f0bb5b (diff) | |
download | qtlocation-mapboxgl-a378d6fc9b71d5a40750158c5f7c475669408052.tar.gz |
[android] - changelog for 6.4.0-beta.1
-rw-r--r-- | platform/android/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 5db2fb213c..2df4bf18da 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -2,6 +2,12 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to do so please see the [`Contributing Guide`](https://github.com/mapbox/mapbox-gl-native/blob/master/CONTRIBUTING.md) first to get started. +## 6.4.0-beta.1 - August 9, 2018 + - Don't prefetch tiles for geojson sources [#12529](https://github.com/mapbox/mapbox-gl-native/pull/12529) + - Enable LTO in release builds [#12546](https://github.com/mapbox/mapbox-gl-native/pull/12546) + - Update Java Services to v3.4.0 [#12564](https://github.com/mapbox/mapbox-gl-native/pull/12564) + - Telemetry bump to 3.1.5 [#12589](https://github.com/mapbox/mapbox-gl-native/pull/12589) + ## 6.4.0-alpha.2 - August 1, 2018 - Compress shader source code [#12477](https://github.com/mapbox/mapbox-gl-native/pull/12477) - Add minimal touch target to marker click detection [#12482](https://github.com/mapbox/mapbox-gl-native/pull/12482) |