Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Add change log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
pozdnyakov committed Feb 26, 2020
1 parent 83a1093 commit c8caac7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,18 @@

This is a back porting from GL JS [#9333](https://github.com/mapbox/mapbox-gl-js/pull/9333)

### ✨ 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).

##### ⚠️ Breaking changes

- [core] FileSource API improvements ([#16238](https://github.com/mapbox/mapbox-gl-native/pull/16238))

Changes to the `mbgl::FileSourceManager::getFileSource()` and `mbgl::OnlineFileSource` API.

## maps-v1.2.0 (2020.02-release-vanillashake)

### ✨ New features
Expand Down

0 comments on commit c8caac7

Please sign in to comment.