summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-10-24 16:04:35 +0200
committerTobrun <tobrun.van.nuland@gmail.com>2018-10-24 17:56:49 +0200
commit56fb4a925b135c47a14e8bf860bd8fe2276ad110 (patch)
tree5b0825c59ec9eb600fbd4c25c8ca9390dbbe7526
parent49d73ba024c9ce0b1fc80faf7ac017465b64580b (diff)
downloadqtlocation-mapboxgl-upstream/tvn-cp-v6.6.2.tar.gz
[android] - update changelogs for v6.7.0-alpha.2 and v6.6.2upstream/tvn-cp-v6.6.2
-rw-r--r--platform/android/CHANGELOG.md14
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)