diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2018-10-24 16:04:35 +0200 |
---|---|---|
committer | Tobrun <tobrun.van.nuland@gmail.com> | 2018-10-24 16:04:35 +0200 |
commit | 96cb998928996d280f85c45f6fcbfcf34706dee1 (patch) | |
tree | d2b54ba293881a6edd8d9d1bdcc4d28eed4a0a51 | |
parent | af69d85f4eed5f496ffa39056c125d75ebf1f25f (diff) | |
download | qtlocation-mapboxgl-upstream/tvn-changelog1024.tar.gz |
[android] - update changelogs for v6.7.0-alpha.2 and v6.6.2upstream/tvn-changelog1024
-rw-r--r-- | platform/android/CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 0cfcb3f625..cc1416c988 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -2,6 +2,20 @@ 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.2 - October 24, 2018 + - Format expression support [#12985](https://github.com/mapbox/mapbox-gl-native/pull/12985) + - Remove view tree observer [#13133](https://github.com/mapbox/mapbox-gl-native/pull/13133) + - Revert infer nullity [#13147](https://github.com/mapbox/mapbox-gl-native/pull/13147) + - Add priorities to requests [#13019](https://github.com/mapbox/mapbox-gl-native/pull/13019) + - Avoid using <locale> and <iostream> [#13135](https://github.com/mapbox/mapbox-gl-native/pull/13135) + - Introduce mgbl::RenderState [#13123](https://github.com/mapbox/mapbox-gl-native/pull/13123) + - Ensure queryRenderedFeatures accounts for icon-rotate [#13105](https://github.com/mapbox/mapbox-gl-native/pull/13105) + - Add 'putResourceForURL' for pre-warming ambient cache [#13119](https://github.com/mapbox/mapbox-gl-native/pull/13119) + +## 6.6.2 - October 24, 2018 + - Remove requirement on vectorDrawables.useSupportLibrary [#13168](https://github.com/mapbox/mapbox-gl-native/pull/13168) + - File source deactivate called before callbacks [#13146](https://github.com/mapbox/mapbox-gl-native/pull/13168) + ## 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) |