diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2018-06-27 19:32:30 +0200 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2018-06-29 10:42:18 +0200 |
commit | 789baf4c1f252071bf58e689e050b34eb2656363 (patch) | |
tree | 89a336fd83701ae6d70f1e6a65f432cc214c4ff8 /platform/android | |
parent | f16a1d625e5fcaa6c366a764b87a93ffe3cce1fa (diff) | |
download | qtlocation-mapboxgl-789baf4c1f252071bf58e689e050b34eb2656363.tar.gz |
[android] - update changelog for release android-v6.3.0-alpha.1
Diffstat (limited to 'platform/android')
-rw-r--r-- | platform/android/CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 325974bcf4..babc32c50a 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -2,7 +2,10 @@ 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 - June 27, 2018 +## 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) + +## 6.3.0-alpha.1 - June 27, 2018 - Range alpha values from 0 to 1 with int color conversion [#12210](https://github.com/mapbox/mapbox-gl-native/pull/12210) - Remove reflection lookup for MarkerViewAdapter intialisation [#12218](https://github.com/mapbox/mapbox-gl-native/pull/12218) - GeoJSON clustering expressions logic change [#12211](https://github.com/mapbox/mapbox-gl-native/pull/12211) |