summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author“osana” <osana.babayan@mapbox.com>2019-04-10 10:01:59 -0400
committer“osana” <osana.babayan@mapbox.com>2019-04-10 10:18:02 -0400
commit887f449c75626b6e814b8e7e3801b16c5e3ba2ff (patch)
tree2c7d0c0189da40f1ce41b7374d8e8a514bb264e9
parent8389e746b6745a68fcd58ece8e398bde0a85b57f (diff)
downloadqtlocation-mapboxgl-upstream/osana-7.4.0-alpha.2-changelog.tar.gz
[android] release 7.4.0-alpha.2 changelogupstream/osana-7.4.0-alpha.2-changelog
-rw-r--r--platform/android/CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index 55cfd1a6cd..2102d680e0 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -4,6 +4,18 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
## master
+## 7.4.0-alpha.2 - April 10, 2019
+### Bugs
+ - Check for Mapbox#INSTANCE when initializing the MapView [#14366](https://github.com/mapbox/mapbox-gl-native/pull/14366)
+ - Clear previous style loaded listener when setting a new style[#14338](https://github.com/mapbox/mapbox-gl-native/pull/14338)
+
+### Features
+ - Allow resetting a custom OkHttp client to the default impl [#14349](https://github.com/mapbox/mapbox-gl-native/pull/14349)
+ - Expose LocationComponentConstants class [#14333](https://github.com/mapbox/mapbox-gl-native/pull/14333)
+
+### Build
+ - Fix build with mismatching glShaderSource signature[#14339](https://github.com/mapbox/mapbox-gl-native/pull/14339)
+
## 7.4.0-alpha.1 - April 3, 2019
### Bugs