summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2018-09-26 18:26:53 +0200
committerŁukasz Paczos <lukas.paczos@gmail.com>2018-09-26 18:26:53 +0200
commite8c0267efd5a9d1dd2cccbec4ba3698cb8f49e90 (patch)
treea0125b0ca610f10f72b9ed80c6db2fb04443c459
parente6111a888e780789830daeae6634b90624fdb1e5 (diff)
downloadqtlocation-mapboxgl-upstream/lp-changelog-6.6.0-alpha.2.tar.gz
[android] changelog for 6.6.0-alpha.2upstream/lp-changelog-6.6.0-alpha.2
-rw-r--r--platform/android/CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index bdbaa11712..946f6f8123 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -4,6 +4,15 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
## master
+## 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)
+ - Fix an issue where `OnCameraMoveListener#onCameraMove` would not get invoked while using `LocationComponent` [#12932](https://github.com/mapbox/mapbox-gl-native/pull/12932)
+ - Try not to re-draw tiles when coming back from background [#12844](https://github.com/mapbox/mapbox-gl-native/pull/12844)
+ - Proguard config revision [#12929](https://github.com/mapbox/mapbox-gl-native/pull/12929)
+ - Improve compatibility of offline packs between devices [#12933](https://github.com/mapbox/mapbox-gl-native/pull/12933)
+ - Update telemetry dependency to 3.2.1 [#12974](https://github.com/mapbox/mapbox-gl-native/pull/12974)
+
## 6.6.0-alpha.1 - September 19, 2018
- Merge LocationLayerPlugin to the Maps SDK [#12786](https://github.com/mapbox/mapbox-gl-native/pull/12786)
- Add `symbol-z-order` symbol layout property to style spec [#12783](https://github.com/mapbox/mapbox-gl-native/pull/12783)