summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-04-28 12:59:57 +0300
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2020-04-28 20:50:18 +0300
commitaf14e1d510649fcd181e4da361803a5caaa5ba62 (patch)
tree6465f15978376fed50ef1f49ae9fa35ebf37835c
parentf21468b73a8aa2bae2fc6907fdcb51609e72fae4 (diff)
downloadqtlocation-mapboxgl-af14e1d510649fcd181e4da361803a5caaa5ba62.tar.gz
Add change log entry
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
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