diff options
author | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-12-17 11:45:29 +0200 |
---|---|---|
committer | Alexander Shalamov <alexander.shalamov@mapbox.com> | 2019-12-17 14:25:19 +0200 |
commit | 493d2ca253ffb55921d98168b984573b71189f59 (patch) | |
tree | 4ac26b88804b8c2cc982dbdba11f281e2b5b14bb | |
parent | d883b740a25d904748b2e1080257deb6d2296e1b (diff) | |
download | qtlocation-mapboxgl-493d2ca253ffb55921d98168b984573b71189f59.tar.gz |
[core] Update changelog
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aba93e697..308b54bf20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ ## Master ### New features +- [core] Port line-sort-key and fill-sort-key ([#15839](https://github.com/mapbox/mapbox-gl-native/pull/15839)) + + The new feature allows to sort line and fill layer features. Similar to `symbol-sort-key`. + - [core] Add image sections to format expression ([#15937](https://github.com/mapbox/mapbox-gl-native/pull/15937)) The new feature allows to embed images into labels. |