summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorAntonio Zugaldia <antonio@mapbox.com>2016-06-20 16:12:45 -0400
committerAntonio Zugaldia <antonio@mapbox.com>2016-06-20 16:12:45 -0400
commitfa54b7dd066cbdc8cf9eabe57d68171655a0d566 (patch)
tree216763b7e525c7e15769fffd59a44e84810873a8 /platform
parent1e2d56794212d16399e3f5fd0d58e50d62647d01 (diff)
downloadqtlocation-mapboxgl-fa54b7dd066cbdc8cf9eabe57d68171655a0d566.tar.gz
[android] #5415 - add 4.1.0-beta.3 to CHANGELOG.mdandroid-v4.1.0-beta.3
Diffstat (limited to 'platform')
-rw-r--r--platform/android/CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index aac115c5d2..23c63fce12 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -2,6 +2,19 @@
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.
+## 4.1.0-beta.3
+
+* New samples:
+ * [Location picker](https://github.com/mapbox/mapbox-gl-native/pull/5391)
+ * [Animate and rotate multiple markers](https://github.com/mapbox/mapbox-gl-native/issues/5299)
+ * [Scaling marker activity](https://github.com/mapbox/mapbox-gl-native/issues/5409)
+* Marker improvements:
+ * [Expose MarkerView alpha](https://github.com/mapbox/mapbox-gl-native/pull/5329)
+ * [Icon should be optional for MarkerView](https://github.com/mapbox/mapbox-gl-native/pull/5328)
+ * [Expose an API to enable selection/deselection of markers on a map tap](https://github.com/mapbox/mapbox-gl-native/pull/5312)
+ * [Bring selected MarkerView to the front](https://github.com/mapbox/mapbox-gl-native/pull/5294)
+* [Make gesture focal point configurable](https://github.com/mapbox/mapbox-gl-native/pull/5332)
+
## 4.1.0-beta.2
* Dynamically Update InfoWindow ([#5237](https://github.com/mapbox/mapbox-gl-native/issues/5237))