diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2018-10-17 10:47:47 +0200 |
---|---|---|
committer | Tobrun <tobrun.van.nuland@gmail.com> | 2018-10-17 10:47:47 +0200 |
commit | 54659bbb8300fff090ad38264980e536d6cecfd7 (patch) | |
tree | b53fb13a9141b3476103b06b1c2cecaaf97c9710 | |
parent | 62af756ab8250e00a63776c2d32bf3123909eddb (diff) | |
download | qtlocation-mapboxgl-upstream/tvn-update-changelog-release.tar.gz |
[android] - update changelog for 6.7.0-alpha.1 and 6.6.1upstream/tvn-update-changelog-release
-rw-r--r-- | platform/android/CHANGELOG.md | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 7e059a526f..0cfcb3f625 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -2,8 +2,22 @@ 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.7.0-alpha.1 - October 17, 2018 + - Core format expression integration [#12624](https://github.com/mapbox/mapbox-gl-native/pull/12624) + - Remove obsolete catch block in getLayerAs [#13091](https://github.com/mapbox/mapbox-gl-native/pull/13091) + - Include Mapbox SDK Services proguard configuration [#13103](https://github.com/mapbox/mapbox-gl-native/pull/13103) + - Avoid printing exception for valid code path when loading FileSource [#13102](https://github.com/mapbox/mapbox-gl-native/pull/13102) + - Add equals, hashcode and toString to camera update types [#13089](https://github.com/mapbox/mapbox-gl-native/pull/13089) + - Infer nullity, optimise codebase for consumption by kotlin [#13071](https://github.com/mapbox/mapbox-gl-native/pull/13071) + - Replace OnMapchange with specific callbacks [#13050](https://github.com/mapbox/mapbox-gl-native/pull/13050) + - Offline region creation telemetry event [#12544](https://github.com/mapbox/mapbox-gl-native/pull/12544) + +## 6.6.1 - October 17, 2018 + - Use appcompat resource configuration for vector drawables [#13114](https://github.com/mapbox/mapbox-gl-native/pull/13114) + - Reverse order of prioritising shape vs marker click handling [#13059](https://github.com/mapbox/mapbox-gl-native/pull/13059) + ## 6.6.0 - October 11, 2018 -- Fixed an issue where fill and line layers would occasionally flicker on zoom ([#12982](https://github.com/mapbox/mapbox-gl-native/pull/12982)) + - Fixed an issue where fill and line layers would occasionally flicker on zoom [#12982](https://github.com/mapbox/mapbox-gl-native/pull/12982) ## 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) |