diff options
author | Ansis Brammanis <ansis@mapbox.com> | 2019-08-21 13:54:02 -0400 |
---|---|---|
committer | Chloe Krawczyk <chloe.krawczyk@mapbox.com> | 2019-08-21 10:54:02 -0700 |
commit | ba2d80441ed825ab6725857d2fcb37e1a55ad76b (patch) | |
tree | 15f6da4e68a9773704da4e173a90f517fa38b8e3 /platform/ios | |
parent | 9263cdd85682eed646f762ef5c40595356a42ef7 (diff) | |
download | qtlocation-mapboxgl-ba2d80441ed825ab6725857d2fcb37e1a55ad76b.tar.gz |
[core] add missing changelog for symbol fading issue (#15443)
Diffstat (limited to 'platform/ios')
-rw-r--r-- | platform/ios/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/CHANGELOG.md b/platform/ios/CHANGELOG.md index 201117d10c..8cce364581 100644 --- a/platform/ios/CHANGELOG.md +++ b/platform/ios/CHANGELOG.md @@ -6,6 +6,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT ### Styles and rendering * Fixed rendering and collision detection issues with using `text-variable-anchor` and `icon-text-fit` properties on the same layer. ([#15367](https://github.com/mapbox/mapbox-gl-native/pull/15367)) +* Fixed symbol overlap when zooming out quickly. ([15416](https://github.com/mapbox/mapbox-gl-native/pull/15416)) ## 5.3.0 |