summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-02-07 13:32:17 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-02-07 14:39:03 +0200
commit489adb8d8713928fbbd1f511640417b1dd2aaa8a (patch)
tree2824c40e10bc83c19a89c9f6481f97a9b316081c
parentbdd7324d62208ef37be0b192f9e71b1ffe6ad06a (diff)
downloadqtlocation-mapboxgl-489adb8d8713928fbbd1f511640417b1dd2aaa8a.tar.gz
Add change log entry
-rw-r--r--CHANGELOG.md7
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