summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author“osana” <osana.babayan@mapbox.com>2019-05-02 11:50:12 -0400
committer“osana” <osana.babayan@mapbox.com>2019-05-02 11:50:12 -0400
commit8d3ae25d585dc39fb980b237bda78c795452479f (patch)
treee78ad8daf9601f051d46549243b6cf8a928f9181
parent516e248ff382f8a687ff749bf6c45c07dbdd820b (diff)
downloadqtlocation-mapboxgl-upstream/osana-release-mojito-changelog-7.4.0-beta.3.tar.gz
[android] - update changelog for v7.4.0-beta.3upstream/osana-release-mojito-changelog-7.4.0-beta.3
-rw-r--r--platform/android/CHANGELOG.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 46ec01f806..e5e4407850 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -4,6 +4,27 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
## master
+## 7.5.0-alpha.1 - May 2, 2019
+### Bugs
+ - Use same OfflineRegion#isComplete logic as core [#14500](https://github.com/mapbox/mapbox-gl-native/pull/14500)
+ - Add toString, hashcode and equals to OfflineRegionError [#14499](https://github.com/mapbox/mapbox-gl-native/pull/14499)
+
+### Build
+ - Update mapbox java sdk to v4.7.0 [#14480](https://github.com/mapbox/mapbox-gl-native/pull/14480)
+ - Update gestures library to v0.4.2 [#14524](https://github.com/mapbox/mapbox-gl-native/pull/14524)
+
+### Docs
+ - Clear up LocationComponent's z-index positioning docs and add "layer-above" option [#14497](https://github.com/mapbox/mapbox-gl-native/pull/14497)
+
+## 7.4.0-beta.3 - May 2, 2019
+### Features
+- Less strict rules for adding render layers to sources [#14540](https://github.com/mapbox/mapbox-gl-native/pull/14540)
+- Store type of renderable segment when sorting symbols by key [#14517](https://github.com/mapbox/mapbox-gl-native/pull/14517)
+
+### Build
+ - Bump gestures library to v0.4.2 [#14524](https://github.com/mapbox/mapbox-gl-native/pull/14524)
+
+
## 7.4.0-beta.2 - April 23, 2019
### Features
- Enable/Disable SKU token handling [#14476](https://github.com/mapbox/mapbox-gl-native/pull/14476)