summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2018-07-11 19:48:51 +0200
committerTobrun <tobrun@mapbox.com>2018-07-11 20:22:05 +0200
commitad1c06adddd2f7937ea1b23146d5a7c0b36d7a78 (patch)
treec67d398f6298d34f345fed89b923db9913418303
parent86c49d623a534335f89f38899b2d3c415d949049 (diff)
downloadqtlocation-mapboxgl-ad1c06adddd2f7937ea1b23146d5a7c0b36d7a78.tar.gz
[android] - update changelog for v6.3.0-beta.1android-v6.3.0-beta.1
-rw-r--r--platform/android/CHANGELOG.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 2bb7355a7b..504e2c5b7a 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,10 +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.
-## master
-
-* Remove unnecessary memory use when collision debug mode is not enabled ([#12294](https://github.com/mapbox/mapbox-gl-native/issues/12294))
-
+## 6.3.0-beta.1 - July 11, 2018
+ - Fix JNI lookup of FeatureCollection, add regression test [#12344](https://github.com/mapbox/mapbox-gl-native/pull/12344)
+ - Added draggable marker example activity, add kotlin support to test app [@12326](https://github.com/mapbox/mapbox-gl-native/pull/12326)
+ - Telemetry bump to v3.1.4 [#12349](https://github.com/mapbox/mapbox-gl-native/pull/12349)
+ - Remove unnecessary memory use when collision debug mode is not enabled ([#12294](https://github.com/mapbox/mapbox-gl-native/issues/12294))
+
## 6.3.0-alpha.2 - July 5, 2018
- Add LatLngForScreenCoordinate to MapSnapshotter API, This allows to convert a LatLng value to the x,y position on the MapSnasphot image [#12221](https://github.com/mapbox/mapbox-gl-native/pull/12221)
- Expose multiple getCameraFor equivalent methods to convert a geometry or a bounds to a camera position with taking in account padding, tilt and bearing [#12290](https://github.com/mapbox/mapbox-gl-native/pull/12290)