summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-06 22:32:37 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-06 23:54:19 +0200
commitd915e7748a759f3e04d274ca517767e23e0eef97 (patch)
treeaf8871c641e0fb368c7645384053a6803944dcef
parent534003495bc86e621f00597ed57c6c891fd6e33f (diff)
downloadqtlocation-mapboxgl-d915e7748a759f3e04d274ca517767e23e0eef97.tar.gz
[core] Update changelog
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de959839ff..352e610168 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
## master
+### ✨ New features
+
+- [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.
## maps-v1.0.1 (2020.01-release-unicorn)
### 🐞 Bug fixes