summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzmiao <zmiao.jamie@gmail.com>2019-08-22 18:12:16 +0300
committerzmiao <zmiao.jamie@gmail.com>2019-08-22 18:12:16 +0300
commit20ab989e6877ecbe691c551f8904ab4c31612997 (patch)
tree45787259e7f16199688f212f69a10c89dd2089cb
parentb5b4cc0f13bc7500c06fb664add231d9bf49c99d (diff)
downloadqtlocation-mapboxgl-upstream/android_cluster_aggregation.tar.gz
remove extra emplty lineupstream/android_cluster_aggregation
-rw-r--r--platform/android/CHANGELOG.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/CHANGELOG.md b/platform/android/CHANGELOG.md
index e8847292bd..ca57e48378 100644
--- a/platform/android/CHANGELOG.md
+++ b/platform/android/CHANGELOG.md
@@ -10,7 +10,6 @@ Mapbox welcomes participation and contributions from everyone. If you'd like to
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).
## 8.3.0-beta.1 - August 22, 2019
-
### Bug fixes
- Fixed a bug where glyphs generated through the LocalGlyphRasterizer interface were changing fonts during some zoom changes. [#15407](https://github.com/mapbox/mapbox-gl-native/pull/15407)
- Fixed use of objects after moving, potentially causing crashes. [#15408](https://github.com/mapbox/mapbox-gl-native/pull/15408)