summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-08-20 16:47:25 -0700
committerJason Wray <jason@mapbox.com>2019-08-20 16:47:25 -0700
commita575803b63e0a5d66105c9e04f2a8003e6c23a22 (patch)
treeaa050310285ff63f24d400edb92fd3859f2ee133
parent25a9d86966ce247a8df58328f94bade9b4584e6f (diff)
downloadqtlocation-mapboxgl-upstream/friedbunny-updates-offline-limit-and-such.tar.gz
-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 a2b8ab3c9d..c110c08db2 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -11,6 +11,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))