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-10 22:32:01 +0200
commita5374892f792db52c209229c84c2d6b9950ce79b (patch)
treea814cc28c633826c24613dfe2352a3d4e0d4aa57
parentae8c81959566b71792d1d9fb24fcb7fbbad3cc65 (diff)
downloadqtlocation-mapboxgl-a5374892f792db52c209229c84c2d6b9950ce79b.tar.gz
-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