summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukasz.paczos@mapbox.com>2018-06-20 18:23:13 +0200
committerTobrun <tobrun@mapbox.com>2018-06-29 10:42:18 +0200
commit2f70b4e332f8e87703c856dba1a67c4f19da626b (patch)
tree56515864b2a35ff28ff33b03d4e63d5e58be3611
parentab5e496219609b1e0a71508db9ed9d5fef29e7df (diff)
downloadqtlocation-mapboxgl-2f70b4e332f8e87703c856dba1a67c4f19da626b.tar.gz
[android] - changelog for v6.2.0
-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 6cde4afbca..53bbca6814 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.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)
+
+## 6.2.0-beta.3 - June 15, 2018
+ - Always commit symbol placement [#12076](https://github.com/mapbox/mapbox-gl-native/pull/12076)
+ - Ceil map dimensions [#12116](https://github.com/mapbox/mapbox-gl-native/pull/12116)
+ - Fix match stop conversion [#12128](https://github.com/mapbox/mapbox-gl-native/pull/12128)
+ - Telemetry bump to v3.1.3 [#12156](https://github.com/mapbox/mapbox-gl-native/pull/12156)
+
## 6.2.0-beta.2 - June 7, 2018
- Ensure that camera is invalidated before generating telemetry event [#12042](https://github.com/mapbox/mapbox-gl-native/pull/12042)
- Offline download batches [#11284](https://github.com/mapbox/mapbox-gl-native/pull/11284)