Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Add change log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
pozdnyakov committed Apr 22, 2020
1 parent a5c0f58 commit d2e052a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@

Default minimum tile update interval value is `Duration::zero()`.

- [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
Expand Down

0 comments on commit d2e052a

Please sign in to comment.