summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorosana <osana.babayan@mapbox.com>2019-05-15 10:45:34 -0400
committer“osana” <osana.babayan@mapbox.com>2019-05-15 11:13:13 -0400
commit1df4bfa58b2fcce261b09ccc8c63c99063f47489 (patch)
treef2c65d90e7a00f08c815b312d9395e788bfd7a13
parent7b2dcaaa511b23097aadc8fba8c5782e738f9373 (diff)
downloadqtlocation-mapboxgl-upstream/osana-7.4.0-changelog.tar.gz
[android] Changelog for 7.4.0 releaseupstream/osana-7.4.0-changelog
-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