diff options
author | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2020-02-07 13:32:17 +0200 |
---|---|---|
committer | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2020-02-07 14:39:03 +0200 |
commit | 489adb8d8713928fbbd1f511640417b1dd2aaa8a (patch) | |
tree | 2824c40e10bc83c19a89c9f6481f97a9b316081c | |
parent | bdd7324d62208ef37be0b192f9e71b1ffe6ad06a (diff) | |
download | qtlocation-mapboxgl-489adb8d8713928fbbd1f511640417b1dd2aaa8a.tar.gz |
Add change log entry
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 352e610168..d13cb009bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 |