summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukasz.paczos@mapbox.com>2018-08-09 18:53:57 +0200
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2018-08-09 20:01:23 +0200
commit4530aca765acdcf02d1c24eb06ee0baabba76eac (patch)
tree4c7a4cfeef9b8ac8128c446cfe779c7430399552
parentdf0af5978f758482dff63eeab4cb2e84fabe9df0 (diff)
downloadqtlocation-mapboxgl-4530aca765acdcf02d1c24eb06ee0baabba76eac.tar.gz
[android] - changelog for 6.4.0-beta.1android-v6.4.0-beta.1
(cherry picked from commit a378d6f)
-rw-r--r--platform/android/CHANGELOG.md6
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)