summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2018-05-31 14:53:35 +0200
committerTobrun <tobrun@mapbox.com>2018-06-01 16:55:46 +0200
commitd11fe3687c1afd845988cc23f79a1c0c06addfa2 (patch)
tree445087b73829b949ebd57005bf150dd2076a5d55
parent37b27d2eb529902b679b6d499b4709faa119a329 (diff)
downloadqtlocation-mapboxgl-d11fe3687c1afd845988cc23f79a1c0c06addfa2.tar.gz
[android] - update changelog for v6.2.0-beta.1
-rw-r--r--platform/android/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index da813f3058..294822ac80 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,6 +2,16 @@
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.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)
+ - Expose enableOnUserRequest and disableOnUserRequest on Telemetry [#12024](https://github.com/mapbox/mapbox-gl-native/pull/12024)
+ - Add style json setter/getter to map snapshotter [#12031](https://github.com/mapbox/mapbox-gl-native/pull/12031)
+ - Fix literal wrapping in comparison expressions [#12022](https://github.com/mapbox/mapbox-gl-native/pull/12022)
+ - Null check access token in filesource initializer [#12023](https://github.com/mapbox/mapbox-gl-native/pull/12023)
+ - Allow literal expression property arguments [#12018](https://github.com/mapbox/mapbox-gl-native/pull/12018)
+ - Raw expression support [#12007](https://github.com/mapbox/mapbox-gl-native/pull/12007)
+
## 6.2.0-alpha.2 - May 25, 2018
- UI Thread checking [#12000](https://github.com/mapbox/mapbox-gl-native/pull/12000)
- Don't force having an Mapbox access token [#12001](https://github.com/mapbox/mapbox-gl-native/pull/12001)