summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-10-31 17:45:04 +0100
committerTobrun <tobrun@mapbox.com>2018-10-31 18:25:41 +0100
commit3f58ceeba6f518ce20711e6b2b58f0cf8501926f (patch)
tree0a0e53d9c68c5061dabbd2c2d164c9cc953fa45f
parentdf00d9e7e02ff031ae37a8ac89de9d8d40005d20 (diff)
downloadqtlocation-mapboxgl-3f58ceeba6f518ce20711e6b2b58f0cf8501926f.tar.gz
[android] - update changelog for v6.7.0-beta.1 and v6.6.3android-v6.6.3
-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 cc1416c988..9842fdea5e 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-beta.1 - October 31, 2018
+ - Remove map initialised check [#13224](https://github.com/mapbox/mapbox-gl-native/pull/13224)
+ - Upgrade GeoJSONVT to v6.6.2 [#13231](https://github.com/mapbox/mapbox-gl-native/pull/13231)
+ - Deliver OnMapReady at end of initialisation block [#13220](https://github.com/mapbox/mapbox-gl-native/pull/13220)
+ - Rework MapCallback to execute in correct order [#13203](https://github.com/mapbox/mapbox-gl-native/pull/13203)
+ - Deprecate map zoom button controller [#13197](https://github.com/mapbox/mapbox-gl-native/pull/13197)
+ - RenderState API [#13170](https://github.com/mapbox/mapbox-gl-native/pull/13170)
+ - Avoid wrapping longitude values at dateline [#13006](https://github.com/mapbox/mapbox-gl-native/pull/13006)
+
+## 6.6.3 - October 31, 2018
+ - Fix crash with non AppCompatActivities [#13222](https://github.com/mapbox/mapbox-gl-native/pull/13222)
+ - Telemetry bump 3.5.1 [#13204](https://github.com/mapbox/mapbox-gl-native/pull/13204)
+ - Gestures library 0.3.0 [#13234](https://github.com/mapbox/mapbox-gl-native/pull/13234)
+
## 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)