summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-01-27 17:34:38 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-01-27 19:35:13 +0300
commit8ddb0a959002b96dda1e656e3bcd87ac55286122 (patch)
treeda82e10d3513923478f88fad6e01244e2e78c124
parent951b90c778790fe816c4c6d1d4eb2b4980f13c2b (diff)
downloadqtlocation-mapboxgl-8ddb0a959002b96dda1e656e3bcd87ac55286122.tar.gz
[core] Prepare changelog for maps-v1.0.0 (2020.01-release-unicorn) releasemaps-v1.0.0
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 118c6d455e..381f4e2fd6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Changelog
-## Master
+## master
+
+## maps-v1.0.0 (2020.01-release-unicorn)
### ✨ New features
@@ -33,6 +35,9 @@
This patch introduces batch conversion between LatLng and ScreenCoordinate in Gl-Native core, so for multiple conversions with single point/latLng previously now it can be done with invoking one function call by passing vector of points/latLngs.
### 🐞 Bug fixes
+- [tile mode] Fix variable symbols placement ([#16141](https://github.com/mapbox/mapbox-gl-native/pull/16141)
+
+ This change allows the variable symbols to cross the tile border only if their anchor is the first anchor from the `text-variable-anchor` list.
- [core] Use weak scheduler inside mailbox ([#16136](https://github.com/mapbox/mapbox-gl-native/pull/16136))