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-26 18:15:23 +0200
commitff6c1426e8f5e31b40e567052b8ca9bd45c6f537 (patch)
tree3e9508eb5c9d11b56dcf10750cf21b65b035cec4
parent616fb48fd166fb4f4d124a72449d9d5ad1a0a9b8 (diff)
downloadqtlocation-mapboxgl-ff6c1426e8f5e31b40e567052b8ca9bd45c6f537.tar.gz
[core] Update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9cb88ec665..d65b89eb38 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,10 @@
This is a back porting from GL JS [#9333](https://github.com/mapbox/mapbox-gl-js/pull/9333)
+- [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