summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-07-05 19:09:53 +0200
committerTobrun <tobrun.van.nuland@gmail.com>2018-07-05 19:09:53 +0200
commita5ee10cb80bb0a25d477bc26e4478cfa9d2da84b (patch)
treea3d9462f4ea16e2ebc975b641065b04e955b1d4d
parent56ab3318a300b3675e902fd13690252d87739a27 (diff)
downloadqtlocation-mapboxgl-upstream/tvn-update-changelog-v6.3.0-alpha.2.tar.gz
[android] - update changelog for release v6.3.0-alpha.2upstream/tvn-update-changelog-v6.3.0-alpha.2
-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 babc32c50a..dcd8b50e9d 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.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)
+ - Avoid race condition when calling getMapAsync from a non-UI thread when running instrumentation tests [#12308](https://github.com/mapbox/mapbox-gl-native/pull/12308)
+
## 6.2.1 - June 27, 2018
- Backport range alpha values from 0 to 1 with int color conversion [#12235](https://github.com/mapbox/mapbox-gl-native/pull/12235)