summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOsana Babayan <32496536+osana@users.noreply.github.com>2019-05-15 11:43:13 -0400
committerGitHub <noreply@github.com>2019-05-15 11:43:13 -0400
commita4c98f5a62ed645569bd7461745278ba2f0b468f (patch)
tree04bb892a8b8f3ee0f5e4812ed7ed98d1d1ee5df8
parentab8caabd1576b7bcc5c29dfc69bf6b2797144058 (diff)
downloadqtlocation-mapboxgl-a4c98f5a62ed645569bd7461745278ba2f0b468f.tar.gz
[android] Changelog for 7.4.0 release (#14677)
-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 82b1460e84..c60e88c789 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.2 - May 8, 2019
### Bugs