From 88ccea8c02b510df8a9ced6c9f34b8d4a51e6dd9 Mon Sep 17 00:00:00 2001 From: Alexander Shalamov Date: Tue, 25 Feb 2020 19:03:04 +0200 Subject: [PATCH] [core] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cb88ec665e..d65b89eb38c 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