summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2018-04-04 13:54:22 +0200
committerŁukasz Paczos <lukas.paczos@gmail.com>2018-04-04 13:54:22 +0200
commitc8f26c4d42583d0a3033b7d1069b919be0a5153a (patch)
tree5a28af92f342f4751f140323d3f6bd499dbd28c4
parent067ff1fa755315becacf1dc3a2b61516477becfc (diff)
downloadqtlocation-mapboxgl-upstream/release-android-v6.0.0-beta.6.tar.gz
[android] updated changelog for 6.0.0-beta.6android-v6.0.0-beta.6upstream/release-android-v6.0.0-beta.6
-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 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)