summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOsana Babayan <32496536+osana@users.noreply.github.com>2019-05-15 11:45:08 -0400
committerGitHub <noreply@github.com>2019-05-15 11:45:08 -0400
commit582d615e7d96094aa86c97d2b0069c80b259e502 (patch)
treeeeed57598e41f88b1976bf4e6c350e0fa0f48ddc
parentb3f9fc5cd17009077a91d74db0427741604726fe (diff)
downloadqtlocation-mapboxgl-android-v7.4.0.tar.gz
[android] Changelog for 7.4.0 release (#14678)android-v7.4.0
-rw-r--r--platform/android/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index e5e4407850..675f784f8c 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -3,6 +3,14 @@
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.
## master
+## 7.4.0 - May 15, 2019
+### Features
+- Revert SKU token logic [#14594](https://github.com/mapbox/mapbox-gl-native/pull/14594)
+
+### Bugs
+- Keep strong references to the FileSource/OfflineManager operations callbacks [#14601](https://github.com/mapbox/mapbox-gl-native/pull/14601)
+- Failed sprite requests do not block tiles rendering [#14605](https://github.com/mapbox/mapbox-gl-native/pull/14605)
+- Remove missing image log [#14600](https://github.com/mapbox/mapbox-gl-native/pull/14600)
## 7.5.0-alpha.1 - May 2, 2019
### Bugs