From 67ba54d606469b61019835f5e6169a56d3b421cc Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Wed, 11 Mar 2020 20:01:41 +0200 Subject: [PATCH] Add change log entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc957c6616..ce1ff8a4d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ New feature provides means of modifying style of a MapSnapshotter. The new API enables several use-cases, such as: adding route overlays, removing extra information (layers) from a base style, adding custom images that are missing from a style. +- [core] Improve stability of symbol placement when the map is tilted ([#16287](https://github.com/mapbox/mapbox-gl-native/pull/16287)) + + These changes improve performance and bring more stability to the symbol placement for the tilted view, which is mainly used for navigation scenarios. + ### 🐞 Bug fixes - [core] Fix iterators in addRegularDash() ([#16249](https://github.com/mapbox/mapbox-gl-native/pull/16249))