summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-07 18:11:41 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-11 10:40:30 +0200
commite0b1642825fe11b2504b51780edd0493527be2bb (patch)
tree313a5e63558ad019beba69724792f15fa9d3e705
parent0475c89140229047088ac56cebe9990cd2112162 (diff)
downloadqtlocation-mapboxgl-e0b1642825fe11b2504b51780edd0493527be2bb.tar.gz
[core] Update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d13cb009bf..748d8838cf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,10 @@
This property allows to re-open the offline database in read-only mode and thus improves the performance for the set-ups that do not require the offline database modifications.
+- [core] Add runtime API for setting tile prefetch delta for a Source ([#16179](https://github.com/mapbox/mapbox-gl-native/pull/16179))
+
+ The new `Source::setPrefetchZoomDelta(optional<uint8_t>)` method allows overriding default tile prefetch setting that is defined by the Map instance.
+
## maps-v1.0.1 (2020.01-release-unicorn)
### 🐞 Bug fixes