summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2018-09-11 18:53:21 +0200
committerTobrun <tobrun@mapbox.com>2018-09-12 09:49:55 +0200
commite70fe057566104b2e845533c6e58f3a8572159f9 (patch)
tree15227ac67b2e178f4a5b03c599efe22801f1014b
parent511fca7210f8b41c37a2250e77239e4b25b41ed5 (diff)
downloadqtlocation-mapboxgl-e70fe057566104b2e845533c6e58f3a8572159f9.tar.gz
[android] - update changelog for v6.5.0upstream/6.5.0
-rw-r--r--platform/android/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 8031232d43..1db3140b6f 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -5,6 +5,10 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
## master
- Add `symbol-z-order` symbol layout property to style spec [#12783](https://github.com/mapbox/mapbox-gl-native/pull/12783)
+## 6.5.0 - September 11, 2018
+ - Fixed a cubic-bezier interpolation bug. [#12812](https://github.com/mapbox/mapbox-gl-native/issues/12812)
+ - Fixed an issue that could cause "allow-overlap" symbols to fade in during pan operations instead of always showing. [#12683](https://github.com/mapbox/mapbox-gl-native/issues/12683)
+
## 6.5.0-beta.1 - September 5, 2018
- Retain shared thread pool reference [#12811](https://github.com/mapbox/mapbox-gl-native/pull/12811)
- MapStrictMode configuration [#12817](https://github.com/mapbox/mapbox-gl-native/pull/12817)