summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-03 16:21:17 +0200
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2020-02-03 23:04:39 +0200
commitf2b4dcbc2d9e194ead87ef2e83886510d3912206 (patch)
tree08096bec9c978de25334d20f92d69a6920a68859
parent3ca26ed2a609ed2eec03be0e712c29ce83a99235 (diff)
downloadqtlocation-mapboxgl-upstream/2020.01-release-unicorn.tar.gz
[core] Prepare changelog for maps-v1.0.1 (2020.01-release-unicorn) patch releasemaps-v1.0.1upstream/2020.01-release-unicorn
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 381f4e2fd6..de959839ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,22 @@
## master
+## maps-v1.0.1 (2020.01-release-unicorn)
+
+### 🐞 Bug fixes
+
+- [core] Use std::list instead of std::map for factory instance ([#16161](https://github.com/mapbox/mapbox-gl-native/pull/16161))
+
+ Factory 'get' method can be invoked recursively and stable iterators are required to guarantee safety.
+
+- [tile mode] Improvements in symbol placement on tile borders ([#16159](https://github.com/mapbox/mapbox-gl-native/pull/16159))
+
+ In tile mode, the placement order of two symbols crossing a tile border is defined by their anchor Y values.
+
+ Symbols crossing the borders between two neighboring tiles are placed with priority.
+
+ It improves symbol placement stability in the tile map mode.
+
## maps-v1.0.0 (2020.01-release-unicorn)
### ✨ New features