summaryrefslogtreecommitdiff
path: root/platform/ios/CHANGELOG.md
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2019-08-20 17:21:55 -0700
committerGitHub <noreply@github.com>2019-08-20 17:21:55 -0700
commit2f43a7b87b7d12298318cb6611ac9a7ef8868b09 (patch)
tree7344345ae5e93ded64814f63f33667a3df38ae82 /platform/ios/CHANGELOG.md
parent5d1ed5d94194bcbd8c0a66e43e1f10eee0d5f278 (diff)
downloadqtlocation-mapboxgl-2f43a7b87b7d12298318cb6611ac9a7ef8868b09.tar.gz
[ios] Updates for offline pricing
Diffstat (limited to 'platform/ios/CHANGELOG.md')
-rw-r--r--platform/ios/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 37612a89b8..b49970eecf 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -9,6 +9,8 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
## 5.3.0
+This release changes how offline tile requests are billed — they are now billed on a pay-as-you-go basis and all developers are able raise the offline tile limit for their users. Offline requests were previously exempt from monthly active user (MAU) billing and increasing the offline per-user tile limit to more than 6,000 tiles required the purchase of an enterprise license. By upgrading to this release, you are opting into the changes outlined in [this blog post](https://blog.mapbox.com/offline-maps-for-all-bb0fc51827be) and [#15380](https://github.com/mapbox/mapbox-gl-native/pull/15380).
+
### Styles and rendering
* Fixed flickering on style change for the same tile set. ([#15127](https://github.com/mapbox/mapbox-gl-native/pull/15127))