summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-07-18 16:24:42 +0200
committerTobrun <tobrun@mapbox.com>2018-07-18 17:07:53 +0200
commit91179afa4988c71ff93c18895657fb2acafa94d8 (patch)
tree81358c662986b5748568d18feb5ef591b9614335
parentc29740e73fafaeeac880b4dc451256ab4be78013 (diff)
downloadqtlocation-mapboxgl-91179afa4988c71ff93c18895657fb2acafa94d8.tar.gz
[android] - update changelog for v6.3.0 final
-rw-r--r--platform/android/CHANGELOG.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 2bb7355a7b..eba69a33b2 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,9 +2,14 @@
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 - July 18, 2018
+ - Harden map events creation [#12406](https://github.com/mapbox/mapbox-gl-native/pull/12406)
+
+## 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)