summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-04-14 14:57:01 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-04-14 19:44:40 +0300
commitaf8a02aea7b28f227f92dd9bb31e95f434aa9037 (patch)
tree474d90f0afe4aafce4401359649dd86a24f3c9ee
parent93ecf2e4083ac2cc0e3c5739a2a489da7698edc7 (diff)
downloadqtlocation-mapboxgl-upstream/port-circle-sort-key.tar.gz
Add change log entryupstream/port-circle-sort-key
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ceec9882f..a23ebd1394 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,12 @@
- `getPlacedSymbolsData()`
if collecting of the placed symbols data is enabled, returns the reference to the `PlacedSymbolData` vector holding the collected data.
+- [core] Enable circle-sort-key property [#15875](https://github.com/mapbox/mapbox-gl-native/pull/15875/)
+
+ Adds support for `circle-sort-key` property, consistent with `symbol-sort-key`.
+
+ Sorts drawing order by sort key both within-tile and cross-tile.
+
### 🐞 Bug fixes
- [core][tile mode] Reduce cut-off labels (part 2) ([#16369](https://github.com/mapbox/mapbox-gl-native/pull/16369))