summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukasz.paczos@mapbox.com>2018-10-03 17:13:18 +0200
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2018-10-03 18:25:30 +0200
commit146bce6de13b38cdc52eb2fe43af6279affee180 (patch)
tree96b8c7aeed4e2914a2f1bb5c001e5fe190ca7403
parent71c09add808fa8994afcce2d5ae4fe9bea446e56 (diff)
downloadqtlocation-mapboxgl-android-v6.6.0-beta.1.tar.gz
- changelog for 6.6.0-beta.1android-v6.6.0-beta.1
-rw-r--r--platform/android/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index fc1e1b8888..575deceae7 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -4,6 +4,10 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
## master
+## 6.6.0-beta.1 - October 3, 2018
+ - Add configuration to change the animation duration multiplier when tracking location [#13011](https://github.com/mapbox/mapbox-gl-native/pull/13011)
+ - Move camera and puck immediately when starting to track and displacement is big [#13013](https://github.com/mapbox/mapbox-gl-native/pull/13013)
+
## 6.6.0-alpha.2 - September 26, 2018
- Expose offline database merge API [#12860](https://github.com/mapbox/mapbox-gl-native/pull/12860)
- Remove unnecessary camera callbacks loops [#12973](https://github.com/mapbox/mapbox-gl-native/pull/12973)