From f2b4dcbc2d9e194ead87ef2e83886510d3912206 Mon Sep 17 00:00:00 2001 From: Alexander Shalamov Date: Mon, 3 Feb 2020 16:21:17 +0200 Subject: [core] Prepare changelog for maps-v1.0.1 (2020.01-release-unicorn) patch release --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 -- cgit v1.2.1