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 11:19:42 +0200 |
commit | 088decdb9cb6a39ec8afc613faf04a597a1782d7 (patch) | |
tree | 8fec339b5885b1e4bf5cc36e27e8fd8ab9391de9 | |
parent | cbfcb91230ffc7f910b5dd158ff2ebf0d281e74e (diff) | |
download | qtlocation-mapboxgl-088decdb9cb6a39ec8afc613faf04a597a1782d7.tar.gz |
[android] - update changelog for 6.7.0-alpha.1 and 6.6.1
-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) |