summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-04-22 13:19:13 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-04-22 19:21:56 +0300
commitc75342e1d2dd7ed8412029fa2df7f65c044efa33 (patch)
tree09053b632509a251824c8263f52f7fbf561e5f39
parentd8639e2f9c332a1c2fa7d75aab04bc715e233066 (diff)
downloadqtlocation-mapboxgl-c75342e1d2dd7ed8412029fa2df7f65c044efa33.tar.gz
Add change log entry
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e589502c1..f12eb1e287 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,14 @@
Currently, the `distance` expression supports `Point`, `MultiPoint`, `LineString`, `MultiLineString` geometry types.
+- [core] Introduce style::Source::setVolatile()/isVolatile() API ([#16422](https://github.com/mapbox/mapbox-gl-native/pull/16422))
+
+ The `Source::setVolatile(bool)` method sets a flag defining whether or not the fetched tiles for the given source should be stored in the local cache.
+
+ The corresponding `Source::isVolatile()` getter is added too.
+
+ By default, the source is not volatile.
+
## maps-v1.6.0-rc.1
### ✨ New features