summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-25 19:03:04 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-25 19:03:04 +0200
commitb68f9545c5f1a8bcf2cc43461435926080bfc7ec (patch)
treea4f0ef4b04efb97c672d684244e75f70627e2fd5
parentf0901555bf4d6a073d911f0bf397ee0a8736b18e (diff)
downloadqtlocation-mapboxgl-upstream/alexshalamov_layer_serialize.tar.gz
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b412594d49..0bad341e44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
## master
+### ✨ New features
+
+- [core] Add Layer::serialize() method ([#16231](https://github.com/mapbox/mapbox-gl-native/pull/16231))
+
+ New method allows serialization of a layer into a Value type, including all modifications done via runtime style API. New method is also an enabler for Style object serialization (sources, layers, etc).
+
## maps-v1.2.0 (2020.02-release-vanillashake)
### ✨ New features