From c75342e1d2dd7ed8412029fa2df7f65c044efa33 Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Wed, 22 Apr 2020 13:19:13 +0300 Subject: Add change log entry --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.1