diff options
author | Łukasz Paczos <lukasz.paczos@mapbox.com> | 2018-04-05 10:53:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-05 10:53:55 +0200 |
commit | d5a3e5be7aaf57ef5c348b1ce04d5f8fd46b0fbd (patch) | |
tree | 5a28af92f342f4751f140323d3f6bd499dbd28c4 | |
parent | db3cf229f83f1bc3337bace81e743f7bb633fee9 (diff) | |
download | qtlocation-mapboxgl-d5a3e5be7aaf57ef5c348b1ce04d5f8fd46b0fbd.tar.gz |
Release android v6.0.0 beta.6 (#11592)
* [android] updated changelog for 6.0.0-beta.6
-rw-r--r-- | platform/android/CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md index 0c868f0b9d..534f628c37 100644 --- a/platform/android/CHANGELOG.md +++ b/platform/android/CHANGELOG.md @@ -2,6 +2,13 @@ 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.0.0-beta.6 - April 4, 2018 + - Fix race condition crash for heavily modified annotations [#11551](https://github.com/mapbox/mapbox-gl-native/pull/11551) + - Throw exception when converting PropertyValue with an expression [#11572](https://github.com/mapbox/mapbox-gl-native/pull/11572) + - Invalidate camera position before delivering onMapReady [#11585](https://github.com/mapbox/mapbox-gl-native/pull/11585) + - Rework logical condition convenience expressions [#11555](https://github.com/mapbox/mapbox-gl-native/pull/11555) + - Telemetry library version update to 3.0.0-beta.4 [#11590](https://github.com/mapbox/mapbox-gl-native/pull/11590) + ## 6.0.0-beta.5 - March 27, 2018 - Avoid flashing on pitched overzoomed tiles [#11488](https://github.com/mapbox/mapbox-gl-native/pull/11488) - Literal array conversion of primitive arrays [#11500](https://github.com/mapbox/mapbox-gl-native/pull/11500) |