summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2020-04-30 12:05:37 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2020-05-26 20:35:03 +0300
commita0cc35bc2505d82b43fa4845d254e56bb1ecfc5a (patch)
treeea824b887d0f16a4409a7e69cad79c452cb370ed
parent48ed7be0e2ef918e57f42781218a5bf7fd6fdee7 (diff)
downloadqtlocation-mapboxgl-a0cc35bc2505d82b43fa4845d254e56bb1ecfc5a.tar.gz
changelog entry
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47623a22d4..481ed29306 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,13 @@
### 🐞 Bug fixes
+### ✨ New features
+- [core] Source modularization
+
+ Sources are now managed by a SourceManager and Sources can register themselves by adding a SourceFactory.
+ This allows for selection of sources at build time, reducing the binary size or extension with additional
+ source types.
+
- [core][tile mode] Labels priority fixes ([#16432](https://github.com/mapbox/mapbox-gl-native/pull/16432))
This change does the following: