summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-08-29 06:17:18 +0200
committerTobrun <tobrun@mapbox.com>2018-08-29 13:17:49 +0200
commit8c58842839e3e17f1d75a1eadd6443628824ed1c (patch)
tree9d6109a912800ff771d3132728cc9dae6faacb6a
parent4061e9026e0a90c10f1f2cc77322e05ac8a45cf8 (diff)
downloadqtlocation-mapboxgl-8c58842839e3e17f1d75a1eadd6443628824ed1c.tar.gz
[android] - update changelog for v6.5.0-alpha.2 releaseandroid-v6.5.0-alpha.2
-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 31bb338b72..2e16fa1acd 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.5.0-alpha.2 - August 29, 2018
+ - Keep arbitrary region fields and constructor of OfflineGeometryRegionDefinition while obfuscating [#12734](https://github.com/mapbox/mapbox-gl-native/pull/12734)
+ - Modularise the SDK [#12468](https://github.com/mapbox/mapbox-gl-native/pull/12468)
+ - Invalidate InfoWindow's y offset when content is set [#12715](https://github.com/mapbox/mapbox-gl-native/pull/12715)
+ - Synchronize and coalesce requests targeting the same TileID in the CustomGeometrySource [#12509](https://github.com/mapbox/mapbox-gl-native/pull/12509)
+ - Line gradient support [#12575](https://github.com/mapbox/mapbox-gl-native/pull/12575)
+
## 6.5.0-alpha.1 - August 22, 2018
- Don't default-show text/icons that depend on the placement of a paired icon/text [#12483](https://github.com/mapbox/mapbox-gl-native/issues/12483)
- Fix symbol querying for markers near tile boundaries at high zoom. ([#12472](https://github.com/mapbox/mapbox-gl-native/issues/12472))