summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-01-14 11:51:42 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-01-14 11:51:42 +0200
commit7fd838c6a81a16a2c3582e2a9ea010384f870634 (patch)
treeeb13d9ebfd701fe013a1533a2f31f7f5dc6515ed
parent3fce98b5218003f89ac20509f7da6c4bf147a740 (diff)
downloadqtlocation-mapboxgl-upstream/stretchable-icons.tar.gz
[core] Update changelogupstream/stretchable-icons
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0784d36239..f63c2f627e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
### ✨ New features
+- [core] Implement stretchable icons ([#16030](https://github.com/mapbox/mapbox-gl-native/pull/16030))
+
+ [Stretchable icons](https://github.com/mapbox/mapbox-gl-js/issues/8917) allow defining certain areas of an icon that may be stretched, leaving the remaining areas of an icon at a fixed size.
+
- [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`.