summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukasz.paczos@mapbox.com>2018-06-07 19:13:16 +0200
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2018-06-14 11:34:22 +0200
commit3584ee40f431200ae2ef33dfcff26483aeacf1a1 (patch)
tree6521df676125933171dad6cb2e5f2104c8371292
parentee790818d804c4dda7bc30fe99ffe464bded2435 (diff)
downloadqtlocation-mapboxgl-3584ee40f431200ae2ef33dfcff26483aeacf1a1.tar.gz
[android] - changelog for 6.2.0-beta.2
(cherry picked from commit ffb30bb)
-rw-r--r--platform/android/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 294822ac80..6cde4afbca 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,6 +2,11 @@
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.2.0-beta.2 - June 7, 2018
+ - Ensure that camera is invalidated before generating telemetry event [#12042](https://github.com/mapbox/mapbox-gl-native/pull/12042)
+ - Offline download batches [#11284](https://github.com/mapbox/mapbox-gl-native/pull/11284)
+ - Parse Fragment's xml attributes [#12078](https://github.com/mapbox/mapbox-gl-native/pull/12078)
+
## 6.2.0-beta.1 - May 31, 2018
- Bump mapbox-java to 3.2.0 [#12036](https://github.com/mapbox/mapbox-gl-native/pull/12036)
- Optional camera position for map snapshotter [#12028](https://github.com/mapbox/mapbox-gl-native/pull/12029)