summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2019-08-23 14:54:59 -0400
committerJulian Rex <julian.rex@mapbox.com>2019-08-23 14:54:59 -0400
commit6caf818582dcb124e768c40f89ee6e5b5b0e98ef (patch)
tree2903400162b744cf3fc0d3182403caae6edfe18b
parent878c40220f63a378f588e8557740724783322ca1 (diff)
downloadqtlocation-mapboxgl-upstream/jrex/pending-completion-blocks.tar.gz
[ios] Adds changelog entryupstream/jrex/pending-completion-blocks
-rw-r--r--platform/ios/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md
index 9b0c6ae2fb..0ea71541a0 100644
--- a/platform/ios/CHANGELOG.md
+++ b/platform/ios/CHANGELOG.md
@@ -2,6 +2,12 @@
Mapbox welcomes participation and contributions from everyone. Please read [CONTRIBUTING.md](../../CONTRIBUTING.md) to get started.
+## master
+
+### Other changes
+
+* Fixed a bug with annotation view positions after camera transitions. ([15122](https://github.com/mapbox/mapbox-gl-native/pull/15122/))
+
## 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).