summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlangsmith <langstonlmcs@gmail.com>2018-11-08 16:34:22 -0800
committerlangsmith <langstonlmcs@gmail.com>2018-11-08 16:34:22 -0800
commitcaa6c0579cc23c8063963dd7d8ed6704f4767204 (patch)
tree7730e8dc78ba8940b18b2db6fba977a44902cf9e
parent89b104b98ca4876542c8f39e922f2a3d7699f0c3 (diff)
downloadqtlocation-mapboxgl-caa6c0579cc23c8063963dd7d8ed6704f4767204.tar.gz
adding 6.7.0 changelog notes
-rw-r--r--platform/android/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 09e922ebd8..38a5b4d8d8 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -5,6 +5,13 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
## 6.6.6 - November 8, 2018
- Telemetry v3.5.4 [#13330](https://github.com/mapbox/mapbox-gl-native/pull/13330)
+## 6.7.0 - November 7, 2018
+ - Handle null getMapAsync invocations, deliver onMapReady only once [#13301](https://github.com/mapbox/mapbox-gl-native/pull/13301)
+ - Verify if `text-field` is not null before performing compatibility operations [#13294](https://github.com/mapbox/mapbox-gl-native/pull/13294)
+ - Log Java exception and fail silently instead of throwing a native exception in the map state callbacks[#13294](https://github.com/mapbox/mapbox-gl-native/pull/13294)
+ - Reintroduce OnMapChange invocation [#13289](https://github.com/mapbox/mapbox-gl-native/pull/13289)
+ - Null-check nativeMapView in case it's destroyed [#13281](https://github.com/mapbox/mapbox-gl-native/pull/13281)
+
## 6.6.5 - November 2, 2018
- Telemetry v3.5.2 [#13258](https://github.com/mapbox/mapbox-gl-native/pull/13258)