From af14e1d510649fcd181e4da361803a5caaa5ba62 Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Tue, 28 Apr 2020 12:59:57 +0300 Subject: Add change log entry --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a056adeb7c..e7febf31a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## master + +### 🐞 Bug fixes + +- [core][tile mode] Labels priority fixes ([#16432](https://github.com/mapbox/mapbox-gl-native/pull/16432)) + + This change does the following: + + - strictly arranges all the intersecting labels accordingly to the style-defined priorities + - fixes placement order of the variable labels. + Before this change, all variable labels that could potentially intersect tile borders were placed first, breaking the style label placement priority order. Now, all the variable labels, which do not actually intersect the tile borders, are placed accordingly to the style-defined priorities + ## maps-v1.6.0-rc.2 ### ✨ New features -- cgit v1.2.1