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 Feb 7, 2020
1 parent bdd7324 commit 489adb8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
- [core] Global settings API ([#16174](https://github.com/mapbox/mapbox-gl-native/pull/16174))

Global settings API provides means of managing non-persistent in-process settings. Initial implementation contains support for experimental option for setting thread priorities.

- Expose READ_ONLY_MODE_KEY property for DatabaseFileSource ([#16183](https://github.com/mapbox/mapbox-gl-native/pull/16183))

The `READ_ONLY_MODE_KEY` property is exposed for `DatabaseFileSource`.

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.

## maps-v1.0.1 (2020.01-release-unicorn)

### 🐞 Bug fixes
Expand Down

0 comments on commit 489adb8

Please sign in to comment.