summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOsana Babayan <32496536+osana@users.noreply.github.com>2019-04-10 12:10:14 -0400
committerGitHub <noreply@github.com>2019-04-10 12:10:14 -0400
commit5c61e2cf3ecfaeb2b24aab492db3ea98af75d53e (patch)
tree2c7d0c0189da40f1ce41b7374d8e8a514bb264e9
parent8389e746b6745a68fcd58ece8e398bde0a85b57f (diff)
downloadqtlocation-mapboxgl-5c61e2cf3ecfaeb2b24aab492db3ea98af75d53e.tar.gz
[android] release 7.4.0-alpha.2 changelog (#14387)android-v7.4.0-alpha.2
-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