summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-06-27 19:32:30 +0200
committerTobrun <tobrun@mapbox.com>2018-06-28 12:36:26 +0200
commit58c5623c03eaf83a27a52666e3573752eb6a0390 (patch)
tree58de34bf1bf29d03313362e98cc59ad3b4fae1f0
parentb3b2cc897bed8a2690bf5786c3d371bb5e3283bf (diff)
downloadqtlocation-mapboxgl-58c5623c03eaf83a27a52666e3573752eb6a0390.tar.gz
[android] - update changelog for release android-v6.3.0-alpha.1
-rw-r--r--platform/android/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 53bbca6814..babc32c50a 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,6 +2,16 @@
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.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)
+ - Add SDF support, allow template images to be tinted [#12181](https://github.com/mapbox/mapbox-gl-native/pull/12181)
+ - Add android licenses tool, update licenses [#12153](https://github.com/mapbox/mapbox-gl-native/pull/12153)
+
## 6.2.0 - June 20, 2018
- Remove support for Fabric [#12126](https://github.com/mapbox/mapbox-gl-native/pull/12126)
- Dispatch camera start callback only when actually moving [#12172](https://github.com/mapbox/mapbox-gl-native/pull/12172)