From 66ac55445998718b28a6fbd4a4094a10426627a9 Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Tue, 14 Apr 2020 14:57:01 +0300 Subject: [PATCH] Add change log entry --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b333d4b001..6e9beb69592 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))