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:08:13 +0200
commit0104d9c464447fd5388d601fc5738007ea750f9f (patch)
treeece4330e1f13be2adce04b8e96d80b4ae899311b
parent6f06014dc407867d9eeee1b41ab338156945e9f5 (diff)
downloadqtlocation-mapboxgl-0104d9c464447fd5388d601fc5738007ea750f9f.tar.gz
[android] - update changelog for v6.3.0 finalandroid-v6.3.0
-rw-r--r--platform/android/CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 504e2c5b7a..eba69a33b2 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,12 +2,15 @@
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.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)
- 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)